Skip to content
Snippets Groups Projects
Commit aa4f08e7 authored by André Anjos's avatar André Anjos :speech_balloon:
Browse files

[setup] Remove outdated deps

parent acf3371a
No related branches found
No related tags found
1 merge request!12Gevent
Pipeline #
......@@ -48,22 +48,12 @@ requires = [
"pyzmq",
]
# We use subprocess32 which is a backport of the subprocess implemented on
# Python3.3+. It fixes many bugs.
import sys
import distutils.version
python_version = distutils.version.LooseVersion('%d.%d.%d' % \
sys.version_info[:3])
version_330 = distutils.version.LooseVersion('3.3.0')
if python_version < version_330:
requires.append("subprocess32")
# The only thing we do in this file is to call the setup() function with all
# parameters that define our package.
setup(
name='beat.core',
version='1.0.0',
version='1.1.0a0',
description='Biometrics Evaluation and Testing Platform (Core Modules)',
url='https://gitlab.idiap.ch/beat/beat.core',
license='AGPLv3',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment