Skip to content

Commit

Permalink
added six as a dependency fro py2-py3 compatibility.
Browse files Browse the repository at this point in the history
  • Loading branch information
ssbarnea committed Mar 15, 2014
1 parent b213fd6 commit 0374855
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,11 @@

install_requires=['requests>=1.2.3',
'requests_oauthlib>=0.3.3',
'tlslite>=0.4.4'],
'tlslite>=0.4.4',
'six>=1.5.2'],
setup_requires=[],
tests_require=['tlslite>=0.4.4', 'xmlrunner>=1.7.3', 'requests>=1.2.3', 'setuptools', 'tox', 'pep8', 'autopep8',
'sphinx'],
'sphinx','six>=1.5.2'],
extras_require={
'magic': ['filemagic>=1.6'],
'shell': ['ipython>=0.13'],
Expand Down

0 comments on commit 0374855

Please sign in to comment.