Erfan11 commited on
Commit
e1f17cf
1 Parent(s): 88f5644

Update setup.py

Browse files
Files changed (1) hide show
  1. setup.py +4 -2
setup.py CHANGED
@@ -9,7 +9,9 @@ setup(
9
  'transformers',
10
  'flask',
11
  'python-dotenv',
12
- 'tensorflow', # Added TensorFlow
13
- # Add other dependencies here
 
 
14
  ],
15
  )
 
9
  'transformers',
10
  'flask',
11
  'python-dotenv',
12
+ 'tensorflow',
13
+ 'opencv-python',
14
+ 'Pillow',
15
+ 'requests',
16
  ],
17
  )