Skip to content

Commit

Permalink
#61 added six to install_requires
Browse files Browse the repository at this point in the history
  • Loading branch information
todoa2c committed Jan 4, 2014
1 parent 89d7b39 commit 19b01a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
'Topic :: Internet :: WWW/HTTP',
],
packages=['recurly'],
install_requires=['iso8601', 'backports.ssl_match_hostname'] + more_install_requires,
install_requires=['iso8601', 'backports.ssl_match_hostname', 'six'] + more_install_requires,
tests_require=['mock',
'six'],
test_suite='unittest2.collector',
Expand Down

0 comments on commit 19b01a7

Please sign in to comment.