Spaces:
Sleeping
Sleeping
update reqs
Browse files- requirements.txt +6 -2
requirements.txt
CHANGED
@@ -1,11 +1,12 @@
|
|
1 |
aiofiles==23.2.1
|
2 |
aiomysql==0.2.0
|
|
|
3 |
annotated-types==0.6.0
|
4 |
anyio==4.2.0
|
5 |
argon2-cffi==23.1.0
|
6 |
argon2-cffi-bindings==21.2.0
|
7 |
async-timeout==4.0.3
|
8 |
-
asyncpg==0.
|
9 |
bcrypt==4.1.2
|
10 |
certifi==2024.2.2
|
11 |
cffi==1.16.0
|
@@ -35,6 +36,9 @@ openai==1.12.0
|
|
35 |
packaging==23.2
|
36 |
passlib==1.7.4
|
37 |
pillow==10.2.0
|
|
|
|
|
|
|
38 |
pwdlib==0.2.0
|
39 |
pycparser==2.21
|
40 |
pydantic==2.6.1
|
@@ -46,7 +50,7 @@ python-multipart==0.0.9
|
|
46 |
PyYAML==6.0.1
|
47 |
sniffio==1.3.0
|
48 |
sqladmin==0.16.1
|
49 |
-
SQLAlchemy==2.0.
|
50 |
starlette==0.36.3
|
51 |
tqdm==4.66.2
|
52 |
typing_extensions==4.9.0
|
|
|
1 |
aiofiles==23.2.1
|
2 |
aiomysql==0.2.0
|
3 |
+
aiopg==1.4.0
|
4 |
annotated-types==0.6.0
|
5 |
anyio==4.2.0
|
6 |
argon2-cffi==23.1.0
|
7 |
argon2-cffi-bindings==21.2.0
|
8 |
async-timeout==4.0.3
|
9 |
+
asyncpg==0.30.0
|
10 |
bcrypt==4.1.2
|
11 |
certifi==2024.2.2
|
12 |
cffi==1.16.0
|
|
|
36 |
packaging==23.2
|
37 |
passlib==1.7.4
|
38 |
pillow==10.2.0
|
39 |
+
psycopg==3.2.3
|
40 |
+
psycopg-binary==3.2.3
|
41 |
+
psycopg2-binary==2.9.10
|
42 |
pwdlib==0.2.0
|
43 |
pycparser==2.21
|
44 |
pydantic==2.6.1
|
|
|
50 |
PyYAML==6.0.1
|
51 |
sniffio==1.3.0
|
52 |
sqladmin==0.16.1
|
53 |
+
SQLAlchemy==2.0.36
|
54 |
starlette==0.36.3
|
55 |
tqdm==4.66.2
|
56 |
typing_extensions==4.9.0
|