Skip to content

Commit 2fbe8dd

Browse files
authored
Merge pull request #34 from openx-luis/fixes
Add ‘six’ to install_requires in setup.py
2 parents 47b7912 + 343628f commit 2fbe8dd

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

requirements/dev.txt

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
mock
2+
nose
3+
requests
4+
requests-oauthlib
5+
six

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
description='Client to connect to OpenX Enterprise API.',
1717
long_description='Client to connect to OpenX Enterprise API.',
1818
packages=find_packages(),
19-
install_requires=['requests_oauthlib'],
19+
install_requires=['six','requests_oauthlib'],
2020
classifiers=[
2121
'Environment :: Console',
2222
'Environment :: Web Environment',

0 commit comments

Comments
 (0)