Skip to content

Commit

Permalink
Future isn't used anymore and can be removed as a dependency.
Browse files Browse the repository at this point in the history
  • Loading branch information
delajozate committed Apr 9, 2019
1 parent 98fc909 commit e158fd5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
pycryptodome
six
future
rsa
ecdsa
pyasn1
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ def _cryptography_version():
'pycryptodome': ['pycryptodome >=3.3.1, <4.0.0'] + pyasn1,
}
legacy_backend_requires = ['ecdsa <1.0', 'rsa'] + pyasn1
install_requires = ['six <2.0', 'future <1.0']
install_requires = ['six <2.0']

# TODO: work this into the extras selection instead.
install_requires += legacy_backend_requires
Expand Down Expand Up @@ -75,7 +75,6 @@ def _cryptography_version():
setup_requires=['pytest-runner'],
tests_require=[
'six',
'future',
'ecdsa',
'pytest',
'pytest-cov',
Expand Down

0 comments on commit e158fd5

Please sign in to comment.