Merge pull request #711 from izn/fix/force-feedparser-package-version

Force feedparser to 6.0.0b1
This commit is contained in:
tobi-wan-kenobi 2020-09-29 05:06:24 +02:00 committed by GitHub
commit 1bdaedb481
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -12,7 +12,7 @@ install:
- pip install -U coverage==4.3 pytest pytest-mock freezegun
- pip install codeclimate-test-reporter
- pip install i3-py Pillow Babel DateTime python-dateutil
- pip install docker feedparser i3ipc
- pip install docker feedparser==6.0.0b1 i3ipc
- pip install netifaces power
- pip install psutil pytz
- pip install requests simplejson

View file

@ -1 +1 @@
feedparser
feedparser==6.0.0b1