Skip to content

Commit

Permalink
Add six dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
yasserglez committed Apr 5, 2015
1 parent d30d256 commit 4044fa9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
six==1.9.0
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,7 @@ def find_version(*file_paths):
readme = open('README.rst').read()
history = open('HISTORY.rst').read().replace('.. :changelog:', '')

requirements = [
]
requirements = ['six']

test_requirements = ['tox']

Expand Down

0 comments on commit 4044fa9

Please sign in to comment.