Skip to content

Commit

Permalink
Merge pull request #10 from kilink/missing-dependencies
Browse files Browse the repository at this point in the history
Explicitly specify dependencies in setup.py
  • Loading branch information
gawel committed Aug 22, 2013
2 parents 87b3789 + 45a62fd commit 9f41e4b
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 @@ -19,7 +19,9 @@
zip_safe=False,
install_requires=[
# -*- Extra requirements: -*-
'webtest',
'WebOb',
'WebTest',
'six',
],
entry_points="""
# -*- Entry points: -*-
Expand Down

0 comments on commit 9f41e4b

Please sign in to comment.