Spaces:
Running
Running
Captain Ezio
commited on
Commit
·
3aa9137
1
Parent(s):
b4e692e
Update requirements.txt
Browse files- requirements.txt +4 -4
requirements.txt
CHANGED
@@ -1,8 +1,8 @@
|
|
1 |
aiofiles==0.8.0; python_full_version >= "3.7"
|
2 |
aiohttp==3.8.1; python_version >= "3.8.1" and python_version , < "4.0"
|
3 |
-
anyio==3.
|
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"
|
@@ -30,9 +30,9 @@ rfc3986==1.5.0; python_version >= "3.6"
|
|
30 |
search_engine_parser==0.6.6; 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.
|
34 |
tgcrypto==1.2.3; python_version >= "3.6" and python_version < "4.0"
|
35 |
tswift==0.7.0
|
36 |
-
typing-extensions==4.
|
37 |
ujson==5.2.0; python_version >= "3.7"
|
38 |
urllib3==1.26.9; python_version >= "2.7" and python_full_ver
|
|
|
1 |
aiofiles==0.8.0; python_full_version >= "3.7"
|
2 |
aiohttp==3.8.1; python_version >= "3.8.1" 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.11.1; python_full_version >= "3.6.0"
|
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"
|
|
|
30 |
search_engine_parser==0.6.6; 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.2.0; python_version >= "3.7"
|
38 |
urllib3==1.26.9; python_version >= "2.7" and python_full_ver
|