diff options
| author | Hubert Kario <hkario@redhat.com> | 2019-11-29 15:07:57 +0100 |
|---|---|---|
| committer | Hubert Kario <hkario@redhat.com> | 2019-11-29 15:55:49 +0100 |
| commit | 6c4f8cb35ba4fe67063f1497c596329928d9d7aa (patch) | |
| tree | b4d21ea74059dd044bf714b58114a674e8f6df02 /setup.py | |
| parent | 9b62c8efa3feb11451cf88a0dc92514d51188537 (diff) | |
| download | ecdsa-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-x | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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'], ) |
