Skip to content

Commit

Permalink
Upgrade to python3
Browse files Browse the repository at this point in the history
  • Loading branch information
vsivaraja committed Oct 3, 2017
1 parent b502ec8 commit 828b69b
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 @@ -8,7 +8,7 @@
package_data={package_name + '.tests': ['*.json']},
install_requires=[
'schematics==1.1.1',
'requests==2.13.0'
'requests==2.13.0',
'six==1.11.0'
],
)

0 comments on commit 828b69b

Please sign in to comment.