Skip to content

Commit a50d865

Browse files
committed
update requirements.txt
1 parent f3b76a4 commit a50d865

File tree

3 files changed

+164
-89
lines changed

3 files changed

+164
-89
lines changed

Pipfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ icecream = "==2.1.1"
3232
idna = "==3.3"
3333
itsdangerous = "==2.0.1"
3434
jinja2 = "==3.0.3"
35-
lxml = "==4.6.3"
3635
markupsafe = "==2.0.1"
3736
parsel = "==1.6.0"
3837
pyppeteer = "==1.0.2"

Pipfile.lock

Lines changed: 143 additions & 52 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

requirements.txt

Lines changed: 21 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -1,36 +1,21 @@
1-
arrow==1.2.2
2-
asttokens==2.0.5
3-
beautifulsoup4==4.11.1
4-
blinker==1.4
5-
Bootstrap-Flask==1.8.0
6-
certifi==2021.10.8
7-
charset-normalizer==2.0.9
8-
click==8.0.3
9-
colorama==0.4.4
10-
cssselect==1.1.0
11-
executing==0.8.2
12-
feedparser==6.0.8
13-
Flask==2.0.2
14-
Flask-Analytics==0.6.0
15-
Flask-Caching==2.0.2
16-
Flask-DebugToolbar==0.11.0
17-
Flask-Moment==1.0.2
18-
Flask-Script==2.0.6
19-
gunicorn==20.1.0
20-
icecream==2.1.1
21-
idna==3.3
22-
itsdangerous==2.0.1
23-
Jinja2==3.0.3
24-
lxml==4.6.3
25-
MarkupSafe==2.0.1
26-
parsel==1.6.0
27-
pyppeteer==1.0.2
28-
Pygments==2.11.1
29-
python-dotenv==0.19.2
30-
requests==2.26.0
31-
six==1.16.0
32-
undetected-chromedriver==3.1.7
33-
urllib3==1.26.18
34-
w3lib==1.22.0
35-
Werkzeug==2.1.2
36-
zipp==3.6.0
1+
arrow==1.2.2
2+
beautifulsoup4==4.11.1
3+
Bootstrap_Flask==1.8.0
4+
click==8.0.3
5+
feedparser==6.0.8
6+
Flask==2.0.2
7+
Flask_Analytics==0.6.0
8+
Flask_Caching==2.0.2
9+
Flask_DebugToolbar==0.11.0
10+
Flask_Moment==1.0.2
11+
icecream==2.1.1
12+
Jinja2==3.0.3
13+
parsel==1.6.0
14+
ptpython==3.0.31
15+
pyjsparser==2.7.1
16+
pyppeteer==2.0.0
17+
python-dotenv==1.2.1
18+
pytz==2025.2
19+
Requests==2.32.5
20+
setuptools==80.9.0
21+
undetected_chromedriver==3.1.7

0 commit comments

Comments
 (0)