Update requirements.txt
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
@@ -3,4 +3,5 @@ uvicorn
|
|
3 |
python-multipart
|
4 |
passlib[bcrypt]
|
5 |
python-jose[cryptography]
|
6 |
-
httpx
|
|
|
|
3 |
python-multipart
|
4 |
passlib[bcrypt]
|
5 |
python-jose[cryptography]
|
6 |
+
httpx
|
7 |
+
jinja2
|