Spaces:
Runtime error
Runtime error
Pushing solution to bug
Browse files- requirements.txt +3 -1
requirements.txt
CHANGED
@@ -11,4 +11,6 @@ supabase
|
|
11 |
psycopg2-binary
|
12 |
bcrypt
|
13 |
python-multipart
|
14 |
-
python-jose[cryptography]
|
|
|
|
|
|
11 |
psycopg2-binary
|
12 |
bcrypt
|
13 |
python-multipart
|
14 |
+
python-jose[cryptography]
|
15 |
+
passlib[bcrypt]
|
16 |
+
fastapi-users[sqlalchemy,oauth2]
|