Update requirements.txt
Browse files- requirements.txt +3 -2
requirements.txt
CHANGED
@@ -135,7 +135,7 @@ pyasn1==0.6.0
|
|
135 |
pycocotools==2.0.7
|
136 |
pycparser==2.22
|
137 |
pycryptodomex==3.20.0
|
138 |
-
pycurl==7.43.0.6
|
139 |
pydantic==1.10.15
|
140 |
pydantic_core==2.18.3
|
141 |
Pygments==2.18.0
|
@@ -227,4 +227,5 @@ zope.deprecation==5.0
|
|
227 |
zope.interface==6.4.post2
|
228 |
zope.sqlalchemy==3.1
|
229 |
|
230 |
-
httpx[socks]
|
|
|
|
135 |
pycocotools==2.0.7
|
136 |
pycparser==2.22
|
137 |
pycryptodomex==3.20.0
|
138 |
+
#pycurl==7.43.0.6
|
139 |
pydantic==1.10.15
|
140 |
pydantic_core==2.18.3
|
141 |
Pygments==2.18.0
|
|
|
227 |
zope.interface==6.4.post2
|
228 |
zope.sqlalchemy==3.1
|
229 |
|
230 |
+
httpx[socks]
|
231 |
+
gradio
|