Skip to content
Browse files

add future package requirement

  • Loading branch information...
1 parent 26d2297 commit a382b7d3d415c52cc0f80678568fdbeebd574568 @bear committed Dec 29, 2015
Showing with 2 additions and 1 deletion.
  1. +1 −0 requirements.txt
  2. +1 −1 setup.py
View
1 requirements.txt
@@ -1,2 +1,3 @@
+future
requests
requests_oauthlib
View
2 setup.py
@@ -40,7 +40,7 @@ def read(*paths):
read('AUTHORS.rst') + '\n\n' +
read('CHANGES')),
packages=find_packages(exclude=['tests*']),
- install_requires=['requests', 'requests-oauthlib'],
+ install_requires=['future', 'requests', 'requests-oauthlib'],
classifiers=[
'Development Status :: 5 - Production/Stable',
'Intended Audience :: Developers',

0 comments on commit a382b7d

Please sign in to comment.
Something went wrong with that request. Please try again.