Skip to content

Commit

Permalink
Merge pull request #4 from adambard/master
Browse files Browse the repository at this point in the history
Added argparse to requirements; it's not built-in in python2.6, but inbox.py works fine otherwise.
  • Loading branch information
Kenneth Reitz committed May 8, 2012
2 parents c6a90d3 + 050226e commit b2d426c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion requirements.txt
@@ -1,2 +1,3 @@
gevent
logbook
logbook
argparse
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -26,7 +26,7 @@
author_email='me@kennethreitz.com',
url='https://github.com/kennethreitz/inbox.py',
py_modules= ['inbox',],
install_requires=['gevent', 'logbook'],
install_requires=['gevent', 'logbook', 'argparse'],
license='BSD',
classifiers=(
# 'Development Status :: 5 - Production/Stable',
Expand Down

0 comments on commit b2d426c

Please sign in to comment.