Update requirements.txt
Browse files- requirements.txt +4 -0
requirements.txt
CHANGED
@@ -4,4 +4,8 @@ imageio==2.9.0
|
|
4 |
matplotlib==3.7.1
|
5 |
Pillow==7.2.0
|
6 |
protobuf==3.20.3
|
|
|
|
|
|
|
|
|
7 |
|
|
|
4 |
matplotlib==3.7.1
|
5 |
Pillow==7.2.0
|
6 |
protobuf==3.20.3
|
7 |
+
uvloop==0.15.2
|
8 |
+
uvicorn==0.13.4
|
9 |
+
httptools==0.2.0
|
10 |
+
gunicorn==20.1.0
|
11 |
|