Spaces:
Runtime error
Runtime error
Push code for the work
Browse files- requirements.txt +14 -14
requirements.txt
CHANGED
@@ -1,14 +1,14 @@
|
|
1 |
-
fastapi
|
2 |
-
uvicorn[standard]
|
3 |
-
databases[postgresql]
|
4 |
-
asyncpg
|
5 |
-
pydantic
|
6 |
-
pydantic[email]
|
7 |
-
pydantic-settings
|
8 |
-
python-dotenv
|
9 |
-
sqlalchemy
|
10 |
-
supabase
|
11 |
-
psycopg2-binary
|
12 |
-
bcrypt
|
13 |
-
python-multipart
|
14 |
-
python-jose[cryptography]
|
|
|
1 |
+
fastapi
|
2 |
+
uvicorn[standard]
|
3 |
+
databases[postgresql]
|
4 |
+
asyncpg
|
5 |
+
pydantic
|
6 |
+
pydantic[email]
|
7 |
+
pydantic-settings
|
8 |
+
python-dotenv
|
9 |
+
sqlalchemy
|
10 |
+
supabase
|
11 |
+
psycopg2-binary
|
12 |
+
bcrypt
|
13 |
+
python-multipart
|
14 |
+
python-jose[cryptography]
|