Update requirements.txt
Browse files- requirements.txt +3 -0
requirements.txt
CHANGED
@@ -118,6 +118,9 @@ zipp==3.19.2
|
|
118 |
zope.event==5.0
|
119 |
zope.interface==6.4.post2
|
120 |
opencv-python
|
|
|
|
|
|
|
121 |
color-matcher
|
122 |
mss
|
123 |
open-clip-torch>=2.24.0
|
|
|
118 |
zope.event==5.0
|
119 |
zope.interface==6.4.post2
|
120 |
opencv-python
|
121 |
+
timm
|
122 |
+
addict
|
123 |
+
yapf
|
124 |
color-matcher
|
125 |
mss
|
126 |
open-clip-torch>=2.24.0
|