Spaces:
Running
Running
Captain Ezio
commited on
Commit
·
140dc19
1
Parent(s):
d20d100
Update requirements.txt
Browse files- requirements.txt +4 -4
requirements.txt
CHANGED
@@ -12,7 +12,7 @@ h11==0.12.0; python_version >= "3.6"
|
|
12 |
h2==4.1.0; python_version >= "3.6" and python_full_version >= "3.6.1"
|
13 |
hpack==4.0.0; python_version >= "3.6" and python_full_version >= "3.6.1"
|
14 |
httpcore==0.13.7; python_version >= "3.6"
|
15 |
-
httpx==0.
|
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"
|
@@ -29,9 +29,9 @@ 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.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.1.1; python_full_version >= "3.6.2" and python_version >= "3.6" and python_version < "3.8"
|
35 |
-
ujson
|
36 |
-
urllib3==1.26.9; python_version >= "2.7" and
|
37 |
-
wikipedia==1.4.0
|
|
|
12 |
h2==4.1.0; python_version >= "3.6" and python_full_version >= "3.6.1"
|
13 |
hpack==4.0.0; python_version >= "3.6" and python_full_version >= "3.6.1"
|
14 |
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.8.0; python_version >= "2.7" and python_full_version < "3.0.0" or python_full_version >= "3.5.0"
|
|
|
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.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 |
+
speedtest-cli==2.1.3
|
33 |
tgcrypto==1.2.3; python_version >= "3.6" and python_version < "4.0"
|
34 |
tswift==0.7.0
|
35 |
typing-extensions==4.1.1; python_full_version >= "3.6.2" and python_version >= "3.6" and python_version < "3.8"
|
36 |
+
ujson==4.3.0; python_version >= "3.6"
|
37 |
+
urllib3==1.26.9; python_version >= "2.7" and python_full_ver
|
|