Skip to content

Commit

Permalink
Fix Python 3.6 support
Browse files Browse the repository at this point in the history
  • Loading branch information
dvershinin committed Nov 13, 2024
1 parent 3f4ee40 commit ab71995
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@
# https://github.com/ionrock/cachecontrol/issues/137
"requests>=2.6.1",
"packaging",
"cachecontrol[filecache]",
"cachecontrol[filecache]==0.12.14; python_version < '3.7'",
"cachecontrol[filecache]; python_version >= '3.7'",
"appdirs",
"feedparser",
"python-dateutil",
Expand Down

0 comments on commit ab71995

Please sign in to comment.