We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a665a0 commit a900c8bCopy full SHA for a900c8b
requirements.txt
@@ -1,9 +1,12 @@
1
anyio==3.6.2
2
certifi==2022.12.7
3
+charset-normalizer==3.1.0
4
click==8.1.3
5
+databases==0.7.0
6
dnspython==2.3.0
7
email-validator==1.3.1
8
fastapi==0.95.0
9
+fastapi-utils==0.2.1
10
greenlet==2.0.2
11
h11==0.14.0
12
httpcore==0.16.3
@@ -14,17 +17,20 @@ itsdangerous==2.1.2
14
17
Jinja2==3.1.2
15
18
MarkupSafe==2.1.2
16
19
orjson==3.8.9
20
+psycopg2-binary==2.9.6
21
pydantic==1.10.7
22
python-dotenv==1.0.0
23
python-multipart==0.0.6
24
PyYAML==6.0
25
+requests==2.28.2
26
rfc3986==1.5.0
27
sniffio==1.3.0
-SQLAlchemy==2.0.9
28
+SQLAlchemy==1.4.47
29
starlette==0.26.1
30
typing==3.7.4.3
31
typing_extensions==4.5.0
32
ujson==5.7.0
33
+urllib3==1.26.15
34
uvicorn==0.21.1
35
uvloop==0.17.0
36
watchfiles==0.19.0
0 commit comments