pin marked to correct version (#4313)
* pin marked to correct version * remove it completely? * missing quotations * match against reflex
This commit is contained in:
parent
8a4701143e
commit
6ea797d0cd
2
.github/workflows/integration_tests.yml
vendored
2
.github/workflows/integration_tests.yml
vendored
@ -145,7 +145,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Install Requirements for reflex-web
|
- name: Install Requirements for reflex-web
|
||||||
working-directory: ./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
|
- name: Install additional dependencies for DB access
|
||||||
run: poetry run uv pip install psycopg2-binary
|
run: poetry run uv pip install psycopg2-binary
|
||||||
- name: Init Website for reflex-web
|
- name: Init Website for reflex-web
|
||||||
|
@ -189,7 +189,6 @@ class DataEditor(NoSSRComponent):
|
|||||||
library: str = "@glideapps/glide-data-grid@^6.0.3"
|
library: str = "@glideapps/glide-data-grid@^6.0.3"
|
||||||
lib_dependencies: List[str] = [
|
lib_dependencies: List[str] = [
|
||||||
"lodash@^4.17.21",
|
"lodash@^4.17.21",
|
||||||
"marked@^14.1.2",
|
|
||||||
"react-responsive-carousel@^3.2.7",
|
"react-responsive-carousel@^3.2.7",
|
||||||
]
|
]
|
||||||
|
|
||||||
|
@ -77,7 +77,7 @@ class Bun(SimpleNamespace):
|
|||||||
|
|
||||||
DEFAULT_CONFIG = """
|
DEFAULT_CONFIG = """
|
||||||
[install]
|
[install]
|
||||||
registry = {registry}
|
registry = "{registry}"
|
||||||
"""
|
"""
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user