Testys commited on
Commit
8acf3b7
·
1 Parent(s): d45fbd5

Pushing solution to bug

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