Force feedparser to 6.0.0b1
This commit is contained in:
parent
1759c33cf3
commit
7d85ba87d5
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -1 +1 @@
|
|||
feedparser
|
||||
feedparser==6.0.0b1
|
||||
|
|
Loading…
Reference in a new issue