cdb24 commited on
Commit
c3dd45f
1 Parent(s): 607f878

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +5 -0
requirements.txt CHANGED
@@ -1 +1,6 @@
1
  # To ensure app dependencies are ported from your virtual environment/host machine into your container, run 'pip freeze > requirements.txt' in the terminal to overwrite this file
 
 
 
 
 
 
1
  # To ensure app dependencies are ported from your virtual environment/host machine into your container, run 'pip freeze > requirements.txt' in the terminal to overwrite this file
2
+ streamlit
3
+ opencv-python-headless
4
+ numpy
5
+ easyocr
6
+ Pillow