Spaces:
Running
Running
Captain Ezio
commited on
Commit
·
f07165d
1
Parent(s):
239f614
Update requirements.txt
Browse files- requirements.txt +4 -4
requirements.txt
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
-
aiofiles
|
2 |
-
aiohttp
|
3 |
anyio==3.5.0; python_full_version >= "3.6.2" and python_version >= "3.6"
|
4 |
asyncio==3.4.3
|
5 |
beautifulsoup4==4.10.0; python_full_version > "3.0.0"
|
@@ -9,7 +9,7 @@ charset-normalizer==2.0.12; python_full_version >= "3.6.0" and python_version >=
|
|
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 |
-
gTTS
|
13 |
h11==0.12.0; python_version >= "3.6"
|
14 |
h2==4.1.0; python_version >= "3.6" and python_full_version >= "3.6.1"
|
15 |
hpack==4.0.0; python_version >= "3.6" and python_full_version >= "3.6.1"
|
@@ -22,7 +22,7 @@ pyaes==1.6.1; python_version >= "3.6" and python_version < "4.0"
|
|
22 |
pymongo==3.12.3
|
23 |
pyrogram==2.0.19; python_version >= "3.7"
|
24 |
pysocks==1.7.1; python_version >= "3.6" and python_full_version < "3.0.0" and python_version < "4.0" or python_version >= "3.6" and python_version < "4.0" and python_full_version >= "3.4.0"
|
25 |
-
python-arq
|
26 |
python-dateutil==2.8.2; (python_version >= "2.7" and python_full_version < "3.0.0") or (python_full_version >= "3.3.0")
|
27 |
pyyaml==6.0; python_version >= "3.6"
|
28 |
regex==2021.11.10
|
|
|
1 |
+
aiofiles==0.8.0; python_full_version >= "3.7"
|
2 |
+
aiohttp==3.8.1
|
3 |
anyio==3.5.0; python_full_version >= "3.6.2" and python_version >= "3.6"
|
4 |
asyncio==3.4.3
|
5 |
beautifulsoup4==4.10.0; python_full_version > "3.0.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 |
+
gTTS==2.2.4
|
13 |
h11==0.12.0; python_version >= "3.6"
|
14 |
h2==4.1.0; python_version >= "3.6" and python_full_version >= "3.6.1"
|
15 |
hpack==4.0.0; python_version >= "3.6" and python_full_version >= "3.6.1"
|
|
|
22 |
pymongo==3.12.3
|
23 |
pyrogram==2.0.19; python_version >= "3.7"
|
24 |
pysocks==1.7.1; python_version >= "3.6" and python_full_version < "3.0.0" and python_version < "4.0" or python_version >= "3.6" and python_version < "4.0" and python_full_version >= "3.4.0"
|
25 |
+
python-arq==6.0.5 ; python_full_version >= "3.8"
|
26 |
python-dateutil==2.8.2; (python_version >= "2.7" and python_full_version < "3.0.0") or (python_full_version >= "3.3.0")
|
27 |
pyyaml==6.0; python_version >= "3.6"
|
28 |
regex==2021.11.10
|