mirror of
https://github.com/d0zingcat/RSSHub-python.git
synced 2026-05-17 23:16:51 +00:00
add bs4 to requirements.txt
This commit is contained in:
1
Pipfile
1
Pipfile
@@ -4,6 +4,7 @@ verify_ssl = true
|
|||||||
name = "pypi"
|
name = "pypi"
|
||||||
|
|
||||||
[packages]
|
[packages]
|
||||||
|
beautifulsoup4 = "*"
|
||||||
bootstrap-flask = "*"
|
bootstrap-flask = "*"
|
||||||
feedparser = "6.0.8"
|
feedparser = "6.0.8"
|
||||||
flask-debugtoolbar = "*"
|
flask-debugtoolbar = "*"
|
||||||
|
|||||||
@@ -1,5 +1,6 @@
|
|||||||
arrow==1.2.2
|
arrow==1.2.2
|
||||||
asttokens==2.0.5
|
asttokens==2.0.5
|
||||||
|
beautifulsoup4==4.11.1
|
||||||
blinker==1.4
|
blinker==1.4
|
||||||
Bootstrap-Flask==1.8.0
|
Bootstrap-Flask==1.8.0
|
||||||
certifi==2021.10.8
|
certifi==2021.10.8
|
||||||
@@ -26,6 +27,7 @@ Pygments==2.11.1
|
|||||||
python-dotenv==0.19.2
|
python-dotenv==0.19.2
|
||||||
requests==2.26.0
|
requests==2.26.0
|
||||||
six==1.16.0
|
six==1.16.0
|
||||||
|
undetected-chromedriver==3.1.7
|
||||||
urllib3==1.26.7
|
urllib3==1.26.7
|
||||||
w3lib==1.22.0
|
w3lib==1.22.0
|
||||||
Werkzeug==2.1.2
|
Werkzeug==2.1.2
|
||||||
|
|||||||
Reference in New Issue
Block a user