Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +2 -2
requirements.txt
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
streamlit # ๐ The shiny star of our web app galaxy!
|
2 |
pandas # ๐ผ Data-wrangling panda for our file history circus!
|
3 |
-
opencv-python # ๐ธ Snap-happy king of camera wizardry!
|
4 |
pillow # ๐ผ๏ธ Pixel-pushing pillow for image fluffing!
|
5 |
-
|
|
|
|
1 |
streamlit # ๐ The shiny star of our web app galaxy!
|
2 |
pandas # ๐ผ Data-wrangling panda for our file history circus!
|
|
|
3 |
pillow # ๐ผ๏ธ Pixel-pushing pillow for image fluffing!
|
4 |
+
imutils # ๐ธ Lightweight video stream wizard for live capture!
|
5 |
+
opencv-python # ๐ธ Snap-happy king of camera wizardry (imutils dependency)!
|