Spaces:
Sleeping
Sleeping
Captain Ezio
commited on
Commit
·
6ba0379
1
Parent(s):
eb985a0
Update requirements.txt
Browse files- requirements.txt +3 -3
requirements.txt
CHANGED
@@ -1,8 +1,8 @@
|
|
1 |
aiofiles==0.8.0; python_full_version >= "3.7"
|
2 |
-
aiohttp==3.
|
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==4.2.4; python_version >= "3.5" and python_version < "4.0"
|
7 |
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"
|
8 |
charset-normalizer==2.0.12; python_full_version >= "3.6.0" and python_version >= "3.6"
|
@@ -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
|
|
|
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==4.2.4; python_version >= "3.5" and python_version < "4.0"
|
7 |
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"
|
8 |
charset-normalizer==2.0.12; python_full_version >= "3.6.0" and python_version >= "3.6"
|
|
|
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.6.3; python_version >= "2.7" and python_full_version < "3.0.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
|