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