Update requirements.txt in python-2 branch (#493)

Update requirements.txt in python-2 branch to use minimal
This commit is contained in:
Lucas Ou-Yang 2017-12-26 18:45:56 -08:00 committed by GitHub
parent 8efd2d29b6
commit 918c8a20af
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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