Skip to content

Commit

Permalink
Pin FeedParser version until 6.0.0 is released
Browse files Browse the repository at this point in the history
  • Loading branch information
urschrei committed Oct 26, 2019
1 parent 5e88fa4 commit 551c3a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -58,7 +58,7 @@ def find_version(*file_paths):
],
packages=find_packages(),
install_requires=[
"feedparser >= 5.1.0",
"feedparser == 5.1.0",
"pytz",
"requests >= 2.21.0",
"pathlib",
Expand Down

0 comments on commit 551c3a5

Please sign in to comment.