Spaces:
Sleeping
Sleeping
fixed bug
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
@@ -17,4 +17,5 @@ passlib[bcrypt]
|
|
17 |
uvicorn
|
18 |
gunicorn # Add this for production
|
19 |
redis
|
20 |
-
cryptography
|
|
|
|
17 |
uvicorn
|
18 |
gunicorn # Add this for production
|
19 |
redis
|
20 |
+
cryptography
|
21 |
+
pdfminer.six
|