added trafilatura to requirements
This commit is contained in:
parent
9ceaa28a82
commit
677e54c0c2
1 changed files with 19 additions and 13 deletions
|
@ -1,14 +1,20 @@
|
||||||
backoff==2.2.1
|
beautifulsoup4==4.12.2
|
||||||
beautifulsoup4==4.11.2
|
certifi==2023.11.17
|
||||||
certifi==2022.12.7
|
charset-normalizer==3.3.2
|
||||||
charset-normalizer==3.0.1
|
courlan==0.9.4
|
||||||
idna==3.4
|
dateparser==1.2.0
|
||||||
lxml==4.9.2
|
htmldate==1.6.0
|
||||||
PyJWT==2.6.0
|
jusText==3.0.0
|
||||||
PyYAML==6.0
|
langcodes==3.3.0
|
||||||
requests==2.28.2
|
lxml==4.9.3
|
||||||
requests-oauthlib==1.3.1
|
python-dateutil==2.8.2
|
||||||
|
pytz==2023.3.post1
|
||||||
|
PyYAML==6.0.1
|
||||||
|
regex==2023.10.3
|
||||||
six==1.16.0
|
six==1.16.0
|
||||||
soupsieve==2.4
|
soupsieve==2.5
|
||||||
ujson==5.7.0
|
tld==0.13
|
||||||
urllib3==1.26.14
|
trafilatura==1.6.2
|
||||||
|
tzlocal==5.2
|
||||||
|
ujson==5.8.0
|
||||||
|
urllib3==2.0.7
|
||||||
|
|
Loading…
Reference in a new issue