Spaces:
Runtime error
Runtime error
Commit ·
065c546
1
Parent(s): 112dfcc
first commit
Browse files- requirements.txt +1 -0
requirements.txt
CHANGED
|
@@ -1,5 +1,6 @@
|
|
| 1 |
datetime
|
| 2 |
typing
|
|
|
|
| 3 |
fastapi
|
| 4 |
python-jose
|
| 5 |
pydantic
|
|
|
|
| 1 |
datetime
|
| 2 |
typing
|
| 3 |
+
passlib[bcrypt]
|
| 4 |
fastapi
|
| 5 |
python-jose
|
| 6 |
pydantic
|