Spaces:
Paused
Paused
Captain Ezio
commited on
Commit
·
649c0f7
1
Parent(s):
ed63425
Update requirements.txt
Browse files- requirements.txt +6 -5
requirements.txt
CHANGED
|
@@ -1,8 +1,8 @@
|
|
| 1 |
-
aiofiles==
|
| 2 |
aiohttp==3.7.4; python_version >= "3.6" and python_version < "4.0"
|
| 3 |
anyio==3.6.1; python_full_version >= "3.6.2" and python_version >= "3.6"
|
| 4 |
asyncio==3.4.3
|
| 5 |
-
beautifulsoup4==4.
|
| 6 |
cachetools==5.2.0; python_version >= "3.7" and python_version < "4.0"
|
| 7 |
certifi==2022.6.15; python_version >= "3.7" and python_version < "4"
|
| 8 |
charset-normalizer==2.1.0; python_version >= "3.7" and python_version < "4" and python_full_version >= "3.6.0"
|
|
@@ -11,6 +11,7 @@ google==3.0.0
|
|
| 11 |
gpytranslate==1.4.0; python_version >= "3.6"
|
| 12 |
hpack==4.0.0; python_version >= "3.6" and python_full_version >= "3.6.1"
|
| 13 |
httpcore==0.15.0; python_version >= "3.7"
|
|
|
|
| 14 |
hyperframe==6.0.1; python_version >= "3.7" and python_full_version >= "3.6.1"
|
| 15 |
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"
|
| 16 |
lxml==4.9.1; python_version >= "2.7" and python_full_version < "3.0.0" or python_full_version >= "3.5.0"
|
|
@@ -18,19 +19,19 @@ prettyconf==2.2.1
|
|
| 18 |
pyaes==1.6.1; python_version >= "3.6" and python_version < "4.0"
|
| 19 |
pykeyboard==0.1.5
|
| 20 |
pymongo==3.12.3
|
| 21 |
-
pyrogram==2.0.
|
| 22 |
pysocks==1.7.1; python_version >= "3.7" and python_full_version < "3.0.0" and python_version < "4.0" or python_version >= "3.7" and python_version < "4.0" and python_full_version >= "3.4.0"
|
| 23 |
python-dateutil==2.8.2; (python_version >= "2.7" and python_full_version < "3.0.0") or (python_full_version >= "3.3.0")
|
| 24 |
pyyaml==6.0; python_version >= "3.6"
|
| 25 |
regex==2022.7.25; python_version >= "3.6"
|
| 26 |
requests==2.28.1; python_version >= "2.7" and python_full_version < "3.0.0" or python_full_version >= "3.6.0"
|
| 27 |
-
rfc3986==
|
| 28 |
six==1.16.0; python_version >= "2.7" and python_full_version < "3.0.0" or python_full_version >= "3.3.0"
|
| 29 |
sniffio==1.3.0; python_full_version >= "3.6.2" and python_version >= "3.7"
|
| 30 |
soupsieve==2.3.2.post1; python_version >= "3.6" and python_full_version >= "3.6.0"
|
| 31 |
tgcrypto==1.2.3; python_version >= "3.6" and python_version < "4.0"
|
| 32 |
tswift==0.7.0
|
| 33 |
typing-extensions==4.3.0; python_full_version >= "3.6.2" and python_version >= "3.7" and python_version < "3.8"
|
| 34 |
-
ujson==5.
|
| 35 |
urllib3==1.26.11; python_version >= "3.7" and python_full_version < "3.0.0" and python_version < "4" or python_full_version >= "3.6.0" and python_version < "4" and python_version >= "3.7"
|
| 36 |
wikipedia==1.4.0
|
|
|
|
| 1 |
+
aiofiles==0.8.0; python_full_version >= "3.7"
|
| 2 |
aiohttp==3.7.4; python_version >= "3.6" and python_version < "4.0"
|
| 3 |
anyio==3.6.1; python_full_version >= "3.6.2" and python_version >= "3.6"
|
| 4 |
asyncio==3.4.3
|
| 5 |
+
beautifulsoup4==4.9.1; python_full_version >= "3.6"
|
| 6 |
cachetools==5.2.0; python_version >= "3.7" and python_version < "4.0"
|
| 7 |
certifi==2022.6.15; python_version >= "3.7" and python_version < "4"
|
| 8 |
charset-normalizer==2.1.0; python_version >= "3.7" and python_version < "4" and python_full_version >= "3.6.0"
|
|
|
|
| 11 |
gpytranslate==1.4.0; python_version >= "3.6"
|
| 12 |
hpack==4.0.0; python_version >= "3.6" and python_full_version >= "3.6.1"
|
| 13 |
httpcore==0.15.0; 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"
|
|
|
|
| 19 |
pyaes==1.6.1; python_version >= "3.6" and python_version < "4.0"
|
| 20 |
pykeyboard==0.1.5
|
| 21 |
pymongo==3.12.3
|
| 22 |
+
pyrogram==2.0.24; python_version >= "3.8"
|
| 23 |
pysocks==1.7.1; python_version >= "3.7" and python_full_version < "3.0.0" and python_version < "4.0" or python_version >= "3.7" and python_version < "4.0" and python_full_version >= "3.4.0"
|
| 24 |
python-dateutil==2.8.2; (python_version >= "2.7" and python_full_version < "3.0.0") or (python_full_version >= "3.3.0")
|
| 25 |
pyyaml==6.0; python_version >= "3.6"
|
| 26 |
regex==2022.7.25; python_version >= "3.6"
|
| 27 |
requests==2.28.1; python_version >= "2.7" and python_full_version < "3.0.0" or python_full_version >= "3.6.0"
|
| 28 |
+
rfc3986==1.5.0; python_version >= "3.6"
|
| 29 |
six==1.16.0; python_version >= "2.7" and python_full_version < "3.0.0" or python_full_version >= "3.3.0"
|
| 30 |
sniffio==1.3.0; python_full_version >= "3.6.2" and python_version >= "3.7"
|
| 31 |
soupsieve==2.3.2.post1; python_version >= "3.6" and python_full_version >= "3.6.0"
|
| 32 |
tgcrypto==1.2.3; python_version >= "3.6" and python_version < "4.0"
|
| 33 |
tswift==0.7.0
|
| 34 |
typing-extensions==4.3.0; python_full_version >= "3.6.2" and python_version >= "3.7" and python_version < "3.8"
|
| 35 |
+
ujson==5.4.0; python_version >= "3.7"
|
| 36 |
urllib3==1.26.11; python_version >= "3.7" and python_full_version < "3.0.0" and python_version < "4" or python_full_version >= "3.6.0" and python_version < "4" and python_version >= "3.7"
|
| 37 |
wikipedia==1.4.0
|