Spaces:
Runtime error
Runtime error
PrabhuKiranKonda
commited on
Commit
•
1b87258
1
Parent(s):
a96edfd
Update requirements.txt
Browse files- requirements.txt +29 -3
requirements.txt
CHANGED
@@ -1,7 +1,33 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
fastapi==0.97.0
|
|
|
|
|
2 |
passlib==1.7.4
|
3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
4 |
PyJWT==2.7.0
|
|
|
|
|
|
|
|
|
|
|
5 |
SQLAlchemy==1.4.48
|
6 |
-
|
7 |
-
|
|
|
|
|
|
|
|
1 |
+
anyio==3.7.0
|
2 |
+
bcrypt==4.0.1
|
3 |
+
certifi==2023.5.7
|
4 |
+
cffi==1.15.1
|
5 |
+
charset-normalizer==3.1.0
|
6 |
+
click==8.1.3
|
7 |
+
cryptography==41.0.1
|
8 |
+
databases==0.7.0
|
9 |
+
docopt==0.6.2
|
10 |
+
exceptiongroup==1.1.1
|
11 |
fastapi==0.97.0
|
12 |
+
h11==0.14.0
|
13 |
+
idna==3.4
|
14 |
passlib==1.7.4
|
15 |
+
pip==23.1.2
|
16 |
+
pipreqs==0.4.13
|
17 |
+
psycopg2==2.9.4
|
18 |
+
psycopg2-binary==2.9.6
|
19 |
+
psycopg2cffi==2.9.0
|
20 |
+
pycparser==2.21
|
21 |
+
pydantic==1.10.9
|
22 |
PyJWT==2.7.0
|
23 |
+
python-multipart==0.0.6
|
24 |
+
requests==2.31.0
|
25 |
+
setuptools==58.0.4
|
26 |
+
six==1.16.0
|
27 |
+
sniffio==1.3.0
|
28 |
SQLAlchemy==1.4.48
|
29 |
+
starlette==0.27.0
|
30 |
+
typing_extensions==4.6.3
|
31 |
+
urllib3==2.0.3
|
32 |
+
uvicorn==0.22.0
|
33 |
+
yarg==0.1.9
|