summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorHubert Kario <hkario@redhat.com>2019-11-29 15:07:57 +0100
committerHubert Kario <hkario@redhat.com>2019-11-29 15:55:49 +0100
commit6c4f8cb35ba4fe67063f1497c596329928d9d7aa (patch)
treeb4d21ea74059dd044bf714b58114a674e8f6df02 /setup.py
parent9b62c8efa3feb11451cf88a0dc92514d51188537 (diff)
downloadecdsa-6c4f8cb35ba4fe67063f1497c596329928d9d7aa.tar.gz
six: expect specific version
since we use features introduced in 1.9.0, we require it for installation/use also add test coverage to ensure we update that version when we need something newer
Diffstat (limited to 'setup.py')
-rwxr-xr-xsetup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index c0959d4..13c9164 100755
--- a/setup.py
+++ b/setup.py
@@ -40,5 +40,5 @@ setup(name="ecdsa",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
],
- install_requires=['six'],
+ install_requires=['six>=1.9.0'],
)