Fix: Set explicit version of gitlab python module
This commit is contained in:
parent
5576b58949
commit
b6efedb435
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
@ -12,7 +12,7 @@ setup(
|
||||||
package_dir={'': 'src'},
|
package_dir={'': 'src'},
|
||||||
packages=find_packages(where='src'),
|
packages=find_packages(where='src'),
|
||||||
install_requires=[
|
install_requires=[
|
||||||
'python-gitlab',
|
'python-gitlab >= 1.5.1',
|
||||||
],
|
],
|
||||||
setup_requires=["pytest-runner"],
|
setup_requires=["pytest-runner"],
|
||||||
tests_require=["pytest"],
|
tests_require=["pytest"],
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue