Update requirements.txt
Browse files- requirements.txt +15 -15
requirements.txt
CHANGED
@@ -1,15 +1,15 @@
|
|
1 |
-
opencv-python-headless
|
2 |
-
numpy
|
3 |
-
Pillow
|
4 |
-
gradio
|
5 |
-
streamlit
|
6 |
-
ultralytics
|
7 |
-
python-bidi
|
8 |
-
matplotlib
|
9 |
-
pandas
|
10 |
-
seaborn
|
11 |
-
scikit-learn
|
12 |
-
fastapi
|
13 |
-
uvicorn
|
14 |
-
python-multipart
|
15 |
-
python-dotenv
|
|
|
1 |
+
opencv-python-headless
|
2 |
+
numpy
|
3 |
+
Pillow
|
4 |
+
gradio
|
5 |
+
streamlit
|
6 |
+
ultralytics
|
7 |
+
python-bidi
|
8 |
+
matplotlib
|
9 |
+
pandas
|
10 |
+
seaborn
|
11 |
+
scikit-learn
|
12 |
+
fastapi
|
13 |
+
uvicorn
|
14 |
+
python-multipart
|
15 |
+
python-dotenv
|