Fix: typo in dependencies

This commit is contained in:
Tim Schubert 2018-08-23 13:18:40 +02:00
parent 1365f016fa
commit b7633791b3

View file

@ -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"],