summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorMika Mäenpää <mika.j.maenpaa@tut.fi>2014-10-13 16:40:09 +0300
committerMika Mäenpää <mika.j.maenpaa@tut.fi>2014-10-14 13:50:33 +0300
commit431e4bdf089354534f6877d39631ff23038e8866 (patch)
tree9ab369d25c72491e91369cb2bbd45deb3c1599ad /setup.py
parentd714c4d35bc627d9113a4925f843c54d6123e621 (diff)
downloadgitlab-431e4bdf089354534f6877d39631ff23038e8866.tar.gz
Py3 compatibility with six
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index eeeeaf0..4330e6c 100644
--- a/setup.py
+++ b/setup.py
@@ -22,7 +22,7 @@ setup(name='python-gitlab',
url='https://github.com/gpocentek/python-gitlab',
py_modules=['gitlab'],
scripts=['gitlab'],
- install_requires=['requests'],
+ install_requires=['requests', 'six'],
classifiers=[
'Development Status :: 5 - Production/Stable',
'Environment :: Console',