Skip to content

Commit

Permalink
chore: remove obsolete future dependency (#234)
Browse files Browse the repository at this point in the history
The `future` package is not used anywhere in the code, so remove
the dependency.
  • Loading branch information
mgorny committed Sep 3, 2022
1 parent 9bc4c2b commit 941f8e2
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion requirements.txt
@@ -1,4 +1,3 @@
mando>=0.6,<0.7
colorama==0.4.1;python_version<='3.4'
colorama>=0.4.1;python_version>'3.4'
future
1 change: 0 additions & 1 deletion setup.py
Expand Up @@ -25,7 +25,6 @@
'mando>=0.6,<0.7',
'colorama==0.4.1;python_version<="3.4"',
'colorama>=0.4.1;python_version>"3.4"',
'future',
],
entry_points={
'console_scripts': ['radon = radon:main'],
Expand Down

1 comment on commit 941f8e2

@mgorny
Copy link
Contributor Author

@mgorny mgorny commented on 941f8e2 Jan 5, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm not the author, I've only made the linked PR. Someone already requested a release on that.

Please sign in to comment.