Fix: Set explicit version of gitlab python module

This commit is contained in:
Tim Schubert 2018-08-23 13:07:46 +02:00
parent 5576b58949
commit b6efedb435

View file

@ -12,7 +12,7 @@ setup(
package_dir={'': 'src'},
packages=find_packages(where='src'),
install_requires=[
'python-gitlab',
'python-gitlab >= 1.5.1',
],
setup_requires=["pytest-runner"],
tests_require=["pytest"],