Skip to content

Commit

Permalink
Stop requiring uwsgi to be installed by pip
Browse files Browse the repository at this point in the history
No need to have uwsgi installed by pip you just need it at runtime.
  • Loading branch information
xrmx committed Jul 1, 2015
1 parent 65e56df commit 4c51046
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,5 @@ def read(*names, **kwargs):
],
install_requires=[
'Django',
'uWSGI',
]
)

0 comments on commit 4c51046

Please sign in to comment.