Skip to content

Commit

Permalink
update the requirements to disable psycopg2
Browse files Browse the repository at this point in the history
  • Loading branch information
CharleyDL committed Mar 31, 2024
1 parent 5230d0d commit 042f218
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
absl-py==2.1.0
alembic==1.13.1
altair==5.2.0
annotated-types==0.6.0
anyio==4.2.0
appdirs==1.4.4
appnope==0.1.3
Expand Down Expand Up @@ -32,6 +33,7 @@ entrypoints==0.4
executing==2.0.1
extra-streamlit-components==0.1.71
Faker==24.3.0
fastapi==0.110.0
favicon==0.7.0
filelock==3.13.1
Flask==3.0.1
Expand Down Expand Up @@ -104,13 +106,16 @@ prometheus_client==0.20.0
prompt-toolkit==3.0.43
protobuf==4.25.2
psutil==5.9.7
psycopg2==2.9.9
# psycopg2==2.9.9
psycopg2-binary==2.9.9
ptyprocess==0.7.0
pure-eval==0.2.2
py-cpuinfo==9.0.0
pyarrow==14.0.2
pyasn1==0.5.1
pyasn1-modules==0.3.0
pydantic==2.6.4
pydantic_core==2.16.3
pydeck==0.8.1b0
Pygments==2.17.2
PyJWT==2.8.0
Expand Down Expand Up @@ -145,6 +150,7 @@ SQLAlchemy==2.0.25
sqlparse==0.4.4
st-annotated-text==4.0.1
stack-data==0.6.3
starlette==0.36.3
streamlit==1.32.2
streamlit-antd-components==0.3.2
streamlit-authenticator==0.3.1
Expand Down Expand Up @@ -183,6 +189,7 @@ typing_extensions==4.9.0
tzdata==2023.3
ultralytics==8.1.11
urllib3==2.1.0
uvicorn==0.29.0
wcwidth==0.2.12
websocket-client==1.7.0
Werkzeug==3.0.1
Expand Down

0 comments on commit 042f218

Please sign in to comment.