Skip to content

Commit a900c8b

Browse files
committed
Update requirements.txt
1 parent 3a665a0 commit a900c8b

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

requirements.txt

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
11
anyio==3.6.2
22
certifi==2022.12.7
3+
charset-normalizer==3.1.0
34
click==8.1.3
5+
databases==0.7.0
46
dnspython==2.3.0
57
email-validator==1.3.1
68
fastapi==0.95.0
9+
fastapi-utils==0.2.1
710
greenlet==2.0.2
811
h11==0.14.0
912
httpcore==0.16.3
@@ -14,17 +17,20 @@ itsdangerous==2.1.2
1417
Jinja2==3.1.2
1518
MarkupSafe==2.1.2
1619
orjson==3.8.9
20+
psycopg2-binary==2.9.6
1721
pydantic==1.10.7
1822
python-dotenv==1.0.0
1923
python-multipart==0.0.6
2024
PyYAML==6.0
25+
requests==2.28.2
2126
rfc3986==1.5.0
2227
sniffio==1.3.0
23-
SQLAlchemy==2.0.9
28+
SQLAlchemy==1.4.47
2429
starlette==0.26.1
2530
typing==3.7.4.3
2631
typing_extensions==4.5.0
2732
ujson==5.7.0
33+
urllib3==1.26.15
2834
uvicorn==0.21.1
2935
uvloop==0.17.0
3036
watchfiles==0.19.0

0 commit comments

Comments
 (0)