pin marked to correct version (#4313)

* pin marked to correct version

* remove it completely?

* missing quotations

* match against reflex
This commit is contained in:
Khaleel Al-Adhami 2024-11-06 11:28:08 -08:00 committed by GitHub
parent 8a4701143e
commit 6ea797d0cd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 2 additions and 3 deletions

View File

@ -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

View File

@ -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",
]

View File

@ -77,7 +77,7 @@ class Bun(SimpleNamespace):
DEFAULT_CONFIG = """
[install]
registry = {registry}
registry = "{registry}"
"""