Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 050226e

Browse files
committed
Added argparse to requirements and setup.py for the benefit of those unfortunates with python 2.6
1 parent c6a90d3 commit 050226e

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

requirements.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
gevent
2-
logbook
2+
logbook
3+
argparse

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
author_email='[email protected]',
2727
url='https://github.com/kennethreitz/inbox.py',
2828
py_modules= ['inbox',],
29-
install_requires=['gevent', 'logbook'],
29+
install_requires=['gevent', 'logbook', 'argparse'],
3030
license='BSD',
3131
classifiers=(
3232
# 'Development Status :: 5 - Production/Stable',

0 commit comments

Comments
 (0)