Skip to content
This repository has been archived by the owner on Apr 24, 2023. It is now read-only.

Commit

Permalink
Merge pull request #9 from snarfed/python_37
Browse files Browse the repository at this point in the history
[python 3.7] allow future version 0.17.0 and above
  • Loading branch information
snarfed authored Sep 16, 2020
2 parents 00cde48 + 5ae742a commit 44933c9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
future==0.16.0
future>=0.16.0
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"console_scripts": [ "clr = clr:main" ],
},
install_requires=[
"future==0.16.0",
"future>=0.16.0",
],
license = "MIT",
)

0 comments on commit 44933c9

Please sign in to comment.