We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fef8c7f commit 21fdf1bCopy full SHA for 21fdf1b
setup.py
@@ -21,7 +21,7 @@ def get_version():
21
license='LGPLv3',
22
url='https://github.com/gpocentek/python-gitlab',
23
packages=find_packages(),
24
- install_requires=['requests', 'six'],
+ install_requires=['requests>=1.0', 'six'],
25
entry_points={
26
'console_scripts': [
27
'gitlab = gitlab.cli:main'
0 commit comments