Spaces:
Running
Running
cryptography added to requirements
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
@@ -14,4 +14,5 @@ python-jose[cryptography]
|
|
14 |
passlib[bcrypt]
|
15 |
uvicorn
|
16 |
gunicorn # Add this for production
|
17 |
-
redis
|
|
|
|
14 |
passlib[bcrypt]
|
15 |
uvicorn
|
16 |
gunicorn # Add this for production
|
17 |
+
redis
|
18 |
+
cryptography
|