Hannes Kuchelmeister
commited on
Commit
•
d263587
1
Parent(s):
47582f6
add requirements
Browse files
annotation-preprocessing/requirements.txt
ADDED
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
opencv-python
|
2 |
+
numpy
|
3 |
+
pillow
|
4 |
+
mysql-connector-python
|
5 |
+
pandas
|
6 |
+
python-dotenv
|