8000 setup.py: require requests>=1 · guyzmo/python-gitlab@21fdf1b · GitHub
[go: up one dir, main page]

Skip to content

Commit 21fdf1b

Browse files
author
Gauvain Pocentek
committed
setup.py: require requests>=1
Closes python-gitlab#69
1 parent fef8c7f commit 21fdf1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ def get_version():
2121
license='LGPLv3',
2222
url='https://github.com/gpocentek/python-gitlab',
2323
packages=find_packages(),
24-
install_requires=['requests', 'six'],
24+
install_requires=['requests>=1.0', 'six'],
2525
entry_points={
2626
'console_scripts': [
2727
'gitlab = gitlab.cli:main'

0 commit comments

Comments
 (0)
0