Spaces:
Paused
Paused
Captain Ezio
commited on
Commit
·
c4e7984
1
Parent(s):
ff9317d
removed few modules
Browse files- requirements.txt +1 -5
requirements.txt
CHANGED
|
@@ -9,11 +9,7 @@ charset-normalizer==2.1.0; python_version >= "3.7" and python_version < "4" and
|
|
| 9 |
dnspython==2.2.1; python_version >= "3.6" and python_version < "4.0"
|
| 10 |
google==3.0.0
|
| 11 |
gpytranslate==1.4.0; python_version >= "3.6"
|
| 12 |
-
|
| 13 |
-
httpcore==0.16.1; python_version >= "3.7"
|
| 14 |
-
httpx[http2]==0.23.0; python_version >= "3.7"
|
| 15 |
-
hyperframe==6.0.1; python_version >= "3.7" and python_full_version >= "3.6.1"
|
| 16 |
-
idna==3.3; python_version >= "3.6" and (python_version >= "3.5" and python_full_version < "3.0.0" or python_full_version >= "3.6.0" and python_version >= "3.5") and python_full_version >= "3.6.2"
|
| 17 |
lxml==4.9.1; python_version >= "2.7" and python_full_version < "3.0.0" or python_full_version >= "3.5.0"
|
| 18 |
prettyconf==2.2.1
|
| 19 |
pyaes==1.6.1; python_version >= "3.6" and python_version < "4.0"
|
|
|
|
| 9 |
dnspython==2.2.1; python_version >= "3.6" and python_version < "4.0"
|
| 10 |
google==3.0.0
|
| 11 |
gpytranslate==1.4.0; python_version >= "3.6"
|
| 12 |
+
python_version >= "3.5") and python_full_version >= "3.6.2"
|
|
|
|
|
|
|
|
|
|
|
|
|
| 13 |
lxml==4.9.1; python_version >= "2.7" and python_full_version < "3.0.0" or python_full_version >= "3.5.0"
|
| 14 |
prettyconf==2.2.1
|
| 15 |
pyaes==1.6.1; python_version >= "3.6" and python_version < "4.0"
|