Spaces:
Sleeping
Sleeping
Captain Ezio
commited on
Commit
·
4eb6108
1
Parent(s):
f8d7937
Looks good
Browse files- requirements.txt +4 -4
requirements.txt
CHANGED
@@ -16,7 +16,7 @@ hpack==4.0.0; python_version >= "3.6" and python_full_version >= "3.6.1"
|
|
16 |
httpcore==0.13.7; python_version >= "3.6"
|
17 |
hyperframe==6.0.1; python_version >= "3.6" and python_full_version >= "3.6.1"
|
18 |
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"
|
19 |
-
lxml==4.
|
20 |
prettyconf==2.2.1
|
21 |
pyaes==1.6.1; python_version >= "3.6" and python_version < "4.0"
|
22 |
pymongo==3.12.3
|
@@ -25,15 +25,15 @@ pysocks==1.7.1; python_version >= "3.6" and python_full_version < "3.0.0" and py
|
|
25 |
python-dateutil==2.8.2; (python_version >= "2.7" and python_full_version < "3.0.0") or (python_full_version >= "3.3.0")
|
26 |
pyyaml==6.0; python_version >= "3.6"
|
27 |
regex==2021.11.10
|
28 |
-
requests==2.
|
29 |
rfc3986==1.5.0; python_version >= "3.6"
|
30 |
-
search_engine_parser==0.6.
|
31 |
six==1.16.0; python_version >= "2.7" and python_full_version < "3.0.0" or python_full_version >= "3.3.0"
|
32 |
sniffio==1.2.0; python_full_version >= "3.6.2" and python_version >= "3.6"
|
33 |
soupsieve==2.3.2.post1; python_version >= "3.6" and python_full_version >= "3.6.0"
|
34 |
tgcrypto==1.2.3; python_version >= "3.6" and python_version < "4.0"
|
35 |
tswift==0.7.0
|
36 |
typing-extensions==4.2.0; python_full_version >= "3.6.2" and python_version >= "3.7" and python_version < "3.8"
|
37 |
-
ujson==5.
|
38 |
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"
|
39 |
wikipedia==1.4.0
|
|
|
16 |
httpcore==0.13.7; python_version >= "3.6"
|
17 |
hyperframe==6.0.1; python_version >= "3.6" and python_full_version >= "3.6.1"
|
18 |
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"
|
19 |
+
lxml==4.9.1; python_version >= "2.7" and python_full_version < "3.10.0" or python_full_version >= "3.5.0"
|
20 |
prettyconf==2.2.1
|
21 |
pyaes==1.6.1; python_version >= "3.6" and python_version < "4.0"
|
22 |
pymongo==3.12.3
|
|
|
25 |
python-dateutil==2.8.2; (python_version >= "2.7" and python_full_version < "3.0.0") or (python_full_version >= "3.3.0")
|
26 |
pyyaml==6.0; python_version >= "3.6"
|
27 |
regex==2021.11.10
|
28 |
+
requests==2.28.1; python_version >= "2.7" and python_full_version < "3.0.0" or python_full_version >= "3.6.0"
|
29 |
rfc3986==1.5.0; python_version >= "3.6"
|
30 |
+
search_engine_parser==0.6.7; python_full_version >= "3.6"
|
31 |
six==1.16.0; python_version >= "2.7" and python_full_version < "3.0.0" or python_full_version >= "3.3.0"
|
32 |
sniffio==1.2.0; python_full_version >= "3.6.2" and python_version >= "3.6"
|
33 |
soupsieve==2.3.2.post1; python_version >= "3.6" and python_full_version >= "3.6.0"
|
34 |
tgcrypto==1.2.3; python_version >= "3.6" and python_version < "4.0"
|
35 |
tswift==0.7.0
|
36 |
typing-extensions==4.2.0; python_full_version >= "3.6.2" and python_version >= "3.7" and python_version < "3.8"
|
37 |
+
ujson==5.4.0; python_version >= "3.7"
|
38 |
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"
|
39 |
wikipedia==1.4.0
|