mirror of
https://github.com/codelucas/newspaper.git
synced 2025-12-23 05:36:50 +00:00
Update requirements.txt in python-2 branch (#493)
Update requirements.txt in python-2 branch to use minimal
This commit is contained in:
parent
8efd2d29b6
commit
918c8a20af
1 changed files with 13 additions and 13 deletions
|
|
@ -1,13 +1,13 @@
|
|||
beautifulsoup4==4.3.2
|
||||
Pillow==2.5.1
|
||||
PyYAML==3.11
|
||||
cssselect==0.9.1
|
||||
lxml==3.3.5
|
||||
nltk==3.2.5
|
||||
requests==2.6.0
|
||||
six==1.7.3
|
||||
jieba==0.35
|
||||
feedparser==5.1.3
|
||||
tldextract==1.5.1
|
||||
feedfinder2==0.0.1
|
||||
python-dateutil==2.4.0
|
||||
beautifulsoup4>=4.3.2
|
||||
Pillow>=2.5.1
|
||||
PyYAML>=3.11
|
||||
cssselect>=0.9.1
|
||||
lxml>=3.3.5
|
||||
nltk>=3.2.5
|
||||
requests>=2.6.0
|
||||
six>=1.7.3
|
||||
jieba>=0.35
|
||||
feedparser>=5.1.3
|
||||
tldextract>=1.5.1
|
||||
feedfinder2>=0.0.1
|
||||
python-dateutil>=2.4.0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue