Skip to content

Commit

Permalink
pin marked to correct version (#4313)
Browse files Browse the repository at this point in the history
* pin marked to correct version

* remove it completely?

* missing quotations

* match against reflex
  • Loading branch information
adhami3310 authored Nov 6, 2024
1 parent 8a47011 commit 6ea797d
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/integration_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ jobs:

- name: Install Requirements for reflex-web
working-directory: ./reflex-web
run: poetry run uv pip install -r requirements.txt
run: poetry run uv pip install $(grep -ivE "reflex " requirements.txt)
- name: Install additional dependencies for DB access
run: poetry run uv pip install psycopg2-binary
- name: Init Website for reflex-web
Expand Down
1 change: 0 additions & 1 deletion reflex/components/datadisplay/dataeditor.py
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,6 @@ class DataEditor(NoSSRComponent):
library: str = "@glideapps/glide-data-grid@^6.0.3"
lib_dependencies: List[str] = [
"lodash@^4.17.21",
"marked@^14.1.2",
"react-responsive-carousel@^3.2.7",
]

Expand Down
2 changes: 1 addition & 1 deletion reflex/constants/installer.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ def DEFAULT_PATH(cls):

DEFAULT_CONFIG = """
[install]
registry = {registry}
registry = "{registry}"
"""


Expand Down

0 comments on commit 6ea797d

Please sign in to comment.