Nattyboi commited on
Commit
0da5dec
·
1 Parent(s): a98cdf0

cryptography added to requirements

Browse files
Files changed (1) hide show
  1. 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