Skip to content

Commit 941f8e2

Browse files
authored
chore: remove obsolete future dependency (#234)
The `future` package is not used anywhere in the code, so remove the dependency.
1 parent 9bc4c2b commit 941f8e2

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

requirements.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
mando>=0.6,<0.7
22
colorama==0.4.1;python_version<='3.4'
33
colorama>=0.4.1;python_version>'3.4'
4-
future

setup.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@
2525
'mando>=0.6,<0.7',
2626
'colorama==0.4.1;python_version<="3.4"',
2727
'colorama>=0.4.1;python_version>"3.4"',
28-
'future',
2928
],
3029
entry_points={
3130
'console_scripts': ['radon = radon:main'],

0 commit comments

Comments
 (0)