Skip to content

Commit

Permalink
chore(deps): add missing 'future' requirement (#173)
Browse files Browse the repository at this point in the history
Dependency added in #172 to fix #170.
  • Loading branch information
Holiverh authored and rubik committed May 18, 2019
1 parent 1292211 commit 38a6271
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
mando>=0.6,<0.7
colorama>=0.4,<0.5
flake8_polyfill
future
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
'mando>=0.6,<0.7',
'colorama>=0.4,<0.5',
'flake8-polyfill',
'future',
],
entry_points={
'console_scripts': ['radon = radon:main'],
Expand Down

0 comments on commit 38a6271

Please sign in to comment.