Update requirements.txt
Browse files- requirements.txt +3 -0
requirements.txt
CHANGED
|
@@ -9,6 +9,9 @@ requests
|
|
| 9 |
pillow
|
| 10 |
httpx
|
| 11 |
pydantic
|
|
|
|
|
|
|
|
|
|
| 12 |
|
| 13 |
# Optional
|
| 14 |
# git+https://github.com/hassancs91/PyRunner.git
|
|
|
|
| 9 |
pillow
|
| 10 |
httpx
|
| 11 |
pydantic
|
| 12 |
+
python-jose
|
| 13 |
+
passlib
|
| 14 |
+
bcrypt
|
| 15 |
|
| 16 |
# Optional
|
| 17 |
# git+https://github.com/hassancs91/PyRunner.git
|