Browse Source

added trafilatura to requirements

onlinkgen
alpcentaur 10 months ago
parent
commit
677e54c0c2
1 changed files with 19 additions and 13 deletions
  1. +19
    -13
      requirements.txt

+ 19
- 13
requirements.txt View File

@ -1,14 +1,20 @@
backoff==2.2.1
beautifulsoup4==4.11.2
certifi==2022.12.7
charset-normalizer==3.0.1
idna==3.4
lxml==4.9.2
PyJWT==2.6.0
PyYAML==6.0
requests==2.28.2
requests-oauthlib==1.3.1
beautifulsoup4==4.12.2
certifi==2023.11.17
charset-normalizer==3.3.2
courlan==0.9.4
dateparser==1.2.0
htmldate==1.6.0
jusText==3.0.0
langcodes==3.3.0
lxml==4.9.3
python-dateutil==2.8.2
pytz==2023.3.post1
PyYAML==6.0.1
regex==2023.10.3
six==1.16.0
soupsieve==2.4
ujson==5.7.0
urllib3==1.26.14
soupsieve==2.5
tld==0.13
trafilatura==1.6.2
tzlocal==5.2
ujson==5.8.0
urllib3==2.0.7

Loading…
Cancel
Save