Skip to content

Commit

Permalink
No need to specify Python version for Feedparser
Browse files Browse the repository at this point in the history
  • Loading branch information
urschrei committed Jan 5, 2022
1 parent e73229c commit 4952cc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ packages = find:
platforms = any
include_package_data = True
install_requires =
feedparser >= 6; python_version >= "3.6.0"
feedparser >= 6
pytz
requests >= 2.21.0
bibtexparser
Expand Down

0 comments on commit 4952cc6

Please sign in to comment.