Skip to content

Commit e158fd5

Browse files
committed
Future isn't used anymore and can be removed as a dependency.
1 parent 98fc909 commit e158fd5

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

requirements.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
pycryptodome
22
six
3-
future
43
rsa
54
ecdsa
65
pyasn1

setup.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ def _cryptography_version():
3939
'pycryptodome': ['pycryptodome >=3.3.1, <4.0.0'] + pyasn1,
4040
}
4141
legacy_backend_requires = ['ecdsa <1.0', 'rsa'] + pyasn1
42-
install_requires = ['six <2.0', 'future <1.0']
42+
install_requires = ['six <2.0']
4343

4444
# TODO: work this into the extras selection instead.
4545
install_requires += legacy_backend_requires
@@ -75,7 +75,6 @@ def _cryptography_version():
7575
setup_requires=['pytest-runner'],
7676
tests_require=[
7777
'six',
78-
'future',
7978
'ecdsa',
8079
'pytest',
8180
'pytest-cov',

0 commit comments

Comments
 (0)