dependencies: Add gunicorn

Adding gunicorn into the default environment so that we have it available when
dunning nix-shell as well.
This commit is contained in:
Johannes Bornhold 2016-05-24 23:47:50 +02:00
parent 83f9357645
commit 8b9d673143
2 changed files with 7 additions and 5 deletions

View file

@ -73,6 +73,7 @@ requirements = [
'colander',
'decorator',
'docutils',
'gunicorn',
'infrae.cache',
'ipython',
'iso8601',
@ -114,6 +115,7 @@ test_requirements = [
'lxml',
'mock',
'pytest',
'pytest-cov',
'pytest-runner',
]