add gunicorn to requirements

This commit is contained in:
Benjamin Dauvergne 2013-04-18 11:49:06 +02:00
parent 0c789050f4
commit 5f07d2e924
2 changed files with 2 additions and 0 deletions

View File

@ -1,3 +1,4 @@
http://repos.entrouvert.org/portail-citoyen.git/snapshot/portail-citoyen-master.tar.gz
cmsplugin-embedded-menu==0.0.7
cmsplugin-text-wrapper==0.5
gunicorn

View File

@ -72,6 +72,7 @@ setup(name="compte-agglo-montpellier",
'portail-citoyen==0.1',
'cmsplugin-embedded-menu==0.0.7',
'cmsplugin-text-wrapper==0.5',
'gunicorn',
],
dependency_links = [
'http://repos.entrouvert.org/portail-citoyen.git/snapshot/portail-citoyen-master.tar.gz#egg=portail-citoyen-0.1',