Skip to content

Commit

Permalink
setup.py didn't define dependencies correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
unode committed Mar 15, 2015
1 parent 8099bf3 commit 9550905
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion .gitignore
@@ -1,3 +1,6 @@
.tox
htmlcov/
build/
.tox/

MANIFEST
.coverage
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -27,7 +27,7 @@
"Programming Language :: Python :: 3.3",
"Framework :: Django",
],
install_requires=[
setup_requires=[
'Django >= 1.4',
'lockfile >= 0.8',
],
Expand Down

0 comments on commit 9550905

Please sign in to comment.