Update requirements.txt
Browse files- requirements.txt +4 -4
requirements.txt
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
|
|
|
|
|
| 1 |
fastapi
|
| 2 |
-
uvicorn
|
| 3 |
-
gunicorn
|
| 4 |
-
httpx
|
| 5 |
-
filelock
|
|
|
|
| 1 |
+
# requirements.txt
|
| 2 |
+
httpx[http2]
|
| 3 |
fastapi
|
| 4 |
+
uvicorn
|
| 5 |
+
gunicorn
|
|
|
|
|
|