We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5f0136c + 01ade72 commit 37e6648Copy full SHA for 37e6648
setup.py
@@ -1,7 +1,7 @@
1
#!/usr/bin/python
2
# -*- coding: utf-8 -*-
3
4
-from distutils.core import setup
+from setuptools import setup
5
6
def get_version():
7
f = open('gitlab.py')
@@ -22,6 +22,7 @@ def get_version():
22
url='https://github.com/gpocentek/python-gitlab',
23
py_modules=['gitlab'],
24
scripts=['gitlab'],
25
+ install_requires=['requests'],
26
classifiers=[
27
'Development Status :: 5 - Production/Stable',
28
'Environment :: Console',
0 commit comments