aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThibaut Horel <thibaut.horel@gmail.com>2014-07-28 12:21:56 +0200
committerThibaut Horel <thibaut.horel@gmail.com>2014-07-28 12:21:56 +0200
commit0e1d5b595ff2a1958d2da0654e38f9272e61e3ff (patch)
tree604a4ecf5d135fc167bcc6253cbfce76d039e0a9
parent61f31a07e9cd797f30dcb9553b8f29b425b0baf1 (diff)
downloadpython-pushover-0e1d5b595ff2a1958d2da0654e38f9272e61e3ff.tar.gz
Fix #2 proper dependencies resolution
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index d2ba5c5..98ed56f 100644
--- a/setup.py
+++ b/setup.py
@@ -10,6 +10,6 @@ setup(name='python-pushover',
author='Thibaut Horel',
author_email='thibaut+pushover@gmail.com',
py_modules=['pushover'],
- requires=['requests'],
+ install_requires=['requests'],
license='GNU GPLv3'
)