Spaces:
Running
Running
Captain Ezio
commited on
Commit
·
8c74881
1
Parent(s):
68ec29f
version updates
Browse files- requirements.txt +6 -6
requirements.txt
CHANGED
@@ -4,8 +4,8 @@ asyncio==3.4.3
|
|
4 |
beautifulsoup4==4.10.0; python_full_version > "3.0.0"
|
5 |
cachetools==4.2.4; python_version >= "3.5" and python_version < "4.0"
|
6 |
certifi==2021.10.8; python_version >= "3.6" and python_full_version < "3.0.0" or python_full_version >= "3.6.0" and python_version >= "3.6"
|
7 |
-
charset-normalizer==2.0.
|
8 |
-
dnspython==2.2.
|
9 |
google==3.0.0
|
10 |
gpytranslate==1.4.0; python_version >= "3.6"
|
11 |
h11==0.12.0; python_version >= "3.6"
|
@@ -15,11 +15,11 @@ httpcore==0.13.7; python_version >= "3.6"
|
|
15 |
httpx==0.20.0; python_version >= "3.6"
|
16 |
hyperframe==6.0.1; python_version >= "3.6" and python_full_version >= "3.6.1"
|
17 |
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"
|
18 |
-
lxml==4.
|
19 |
prettyconf==2.2.1
|
20 |
pyaes==1.6.1; python_version >= "3.6" and python_version < "4.0"
|
21 |
pymongo==3.12.3
|
22 |
-
pyrogram==1.4.
|
23 |
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"
|
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"
|
@@ -31,7 +31,7 @@ sniffio==1.2.0; python_full_version >= "3.6.2" and python_version >= "3.6"
|
|
31 |
soupsieve==2.3.1; python_version >= "3.6" and python_full_version > "3.0.0"
|
32 |
tgcrypto==1.2.3; python_version >= "3.6" and python_version < "4.0"
|
33 |
tswift==0.7.0
|
34 |
-
typing-extensions==4.
|
35 |
ujson>=5.1.0; python_version >= "3.6"
|
36 |
-
urllib3==1.26.
|
37 |
wikipedia==1.4.0
|
|
|
4 |
beautifulsoup4==4.10.0; python_full_version > "3.0.0"
|
5 |
cachetools==4.2.4; python_version >= "3.5" and python_version < "4.0"
|
6 |
certifi==2021.10.8; python_version >= "3.6" and python_full_version < "3.0.0" or python_full_version >= "3.6.0" and python_version >= "3.6"
|
7 |
+
charset-normalizer==2.0.12; python_full_version >= "3.6.0" and python_version >= "3.6"
|
8 |
+
dnspython==2.2.1; python_version >= "3.6" and python_version < "4.0"
|
9 |
google==3.0.0
|
10 |
gpytranslate==1.4.0; python_version >= "3.6"
|
11 |
h11==0.12.0; python_version >= "3.6"
|
|
|
15 |
httpx==0.20.0; python_version >= "3.6"
|
16 |
hyperframe==6.0.1; python_version >= "3.6" and python_full_version >= "3.6.1"
|
17 |
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"
|
18 |
+
lxml==4.8.0; python_version >= "2.7" and python_full_version < "3.0.0" or python_full_version >= "3.5.0"
|
19 |
prettyconf==2.2.1
|
20 |
pyaes==1.6.1; python_version >= "3.6" and python_version < "4.0"
|
21 |
pymongo==3.12.3
|
22 |
+
pyrogram==1.4.12; python_version >= "3.6" and python_version < "4.0"
|
23 |
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"
|
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"
|
|
|
31 |
soupsieve==2.3.1; python_version >= "3.6" and python_full_version > "3.0.0"
|
32 |
tgcrypto==1.2.3; python_version >= "3.6" and python_version < "4.0"
|
33 |
tswift==0.7.0
|
34 |
+
typing-extensions==4.1.1; python_full_version >= "3.6.2" and python_version >= "3.6" and python_version < "3.8"
|
35 |
ujson>=5.1.0; python_version >= "3.6"
|
36 |
+
urllib3==1.26.9; python_version >= "2.7" and python_full_version < "3.0.0" or python_full_version >= "3.6.0" and python_version < "4"
|
37 |
wikipedia==1.4.0
|