Spaces:
Sleeping
Sleeping
Captain Ezio
commited on
Commit
·
e7b2c0b
1
Parent(s):
acd17b7
Update requirements.txt
Browse files- requirements.txt +1 -0
requirements.txt
CHANGED
@@ -20,6 +20,7 @@ pyyaml==6.0; python_version >= "3.6"
|
|
20 |
regex==2022.10.31; python_version >= "3.6"
|
21 |
requests==2.28.1
|
22 |
rfc3986==1.5.0; python_version >= "3.7"
|
|
|
23 |
six==1.16.0; python_version >= "2.7" and python_full_version < "3.0.0" or python_full_version >= "3.3.0"
|
24 |
sniffio==1.3.0; python_full_version >= "3.6.2" and python_version >= "3.7"
|
25 |
soupsieve==2.3.2.post1; python_version >= "3.6" and python_full_version >= "3.6.0"
|
|
|
20 |
regex==2022.10.31; python_version >= "3.6"
|
21 |
requests==2.28.1
|
22 |
rfc3986==1.5.0; python_version >= "3.7"
|
23 |
+
search-engine-parser==0.6.8
|
24 |
six==1.16.0; python_version >= "2.7" and python_full_version < "3.0.0" or python_full_version >= "3.3.0"
|
25 |
sniffio==1.3.0; python_full_version >= "3.6.2" and python_version >= "3.7"
|
26 |
soupsieve==2.3.2.post1; python_version >= "3.6" and python_full_version >= "3.6.0"
|