Update requirements.txt
Browse files- requirements.txt +38 -3
requirements.txt
CHANGED
@@ -1,3 +1,38 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
-e .
|
2 |
+
requests>=2.27.1
|
3 |
+
# numpy>=1.14.0
|
4 |
+
numpy<2
|
5 |
+
pandas>=0.23.4
|
6 |
+
gdown>=3.10.1
|
7 |
+
tqdm>=4.30.0
|
8 |
+
Pillow>=5.2.0
|
9 |
+
opencv-python>=4.5.5.64
|
10 |
+
# tensorflow>=1.9.0
|
11 |
+
tensorflow==2.8.0
|
12 |
+
# keras>=2.2.0
|
13 |
+
Flask>=1.1.2
|
14 |
+
flask_cors>=4.0.1
|
15 |
+
mtcnn>=0.1.0
|
16 |
+
retina-face>=0.0.1
|
17 |
+
fire>=0.4.0
|
18 |
+
gunicorn>=20.1.0
|
19 |
+
fastapi
|
20 |
+
# tensorflow
|
21 |
+
# opencv-python
|
22 |
+
uvicorn
|
23 |
+
python-multipart
|
24 |
+
protobuf==3.20.*
|
25 |
+
|
26 |
+
|
27 |
+
pymongo[srv]==3.11
|
28 |
+
passlib
|
29 |
+
phonenumbers
|
30 |
+
africastalking
|
31 |
+
redis
|
32 |
+
aioredis
|
33 |
+
httpx
|
34 |
+
python-dotenv
|
35 |
+
# opencv-python>=4.5.5.64
|
36 |
+
scipy
|
37 |
+
|
38 |
+
|