Skip to content
This repository has been archived by the owner on Jan 29, 2020. It is now read-only.

Commit

Permalink
Fix dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
pradeepsixer committed Jan 10, 2018
1 parent b78cb87 commit 4c69e29
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,9 @@
install_requires=[
'Django>=1.8',
'pysnow>=0.6.4',
'six'
],
tests_require=[
'six',
],

classifiers=[
Expand Down

0 comments on commit 4c69e29

Please sign in to comment.