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