diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-08-25 21:11:19 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-08-25 21:11:53 +0200 |
commit | 34f9ff10882e2e3d0fb32d4270f950d9ce6c5a50 (patch) | |
tree | eaaf79e701fb1d5b5ef6e8e136832aea1d0a3234 /setup.py | |
parent | 6bc1e7a70741f073194b88998efe7f0519074222 (diff) | |
download | gemato-34f9ff10882e2e3d0fb32d4270f950d9ce6c5a50.tar.gz |
setup.py: Remove py<3.6 deps
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 7 |
1 files changed, 0 insertions, 7 deletions
@@ -16,13 +16,6 @@ setup( license='BSD', url='http://github.com/mgorny/gemato', - extras_require={ - 'blake2': ['pyblake2;python_version<"3.6"'], - 'bz2': ['bz2file;python_version<"3.0"'], - 'lzma': ['backports.lzma;python_version<"3.0"'], - 'sha3': ['pysha3;python_version<"3.6"'], - }, - packages=['gemato'], entry_points={ 'console_scripts': [ |