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:
parent
83f9357645
commit
8b9d673143
2 changed files with 7 additions and 5 deletions
2
setup.py
2
setup.py
|
|
@ -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',
|
||||
]
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue