We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 47b7912 + 343628f commit 2fbe8ddCopy full SHA for 2fbe8dd
requirements/dev.txt
@@ -0,0 +1,5 @@
1
+mock
2
+nose
3
+requests
4
+requests-oauthlib
5
+six
setup.py
@@ -16,7 +16,7 @@
16
description='Client to connect to OpenX Enterprise API.',
17
long_description='Client to connect to OpenX Enterprise API.',
18
packages=find_packages(),
19
- install_requires=['requests_oauthlib'],
+ install_requires=['six','requests_oauthlib'],
20
classifiers=[
21
'Environment :: Console',
22
'Environment :: Web Environment',
0 commit comments