requirements: added gevent.
Signed-off-by: rscnt <rascnt@gmail.com>
This commit is contained in:
parent
9a27aafd99
commit
6b5d43a553
2 changed files with 6 additions and 3 deletions
|
@ -1,8 +1,9 @@
|
||||||
python-dev
|
python-dev
|
||||||
virtualenvwrapper
|
virtualenvwrapper
|
||||||
libzmq-dev
|
libzmq-dev
|
||||||
libevent-dev
|
libevent-dev
|
||||||
nginx
|
nginx
|
||||||
postgresql
|
postgresql
|
||||||
postgresql-dev
|
postgresql-dev
|
||||||
memcached
|
memcached
|
||||||
|
libmemcached-dev
|
||||||
|
|
|
@ -45,6 +45,8 @@ djangocms-table
|
||||||
cmsplugin-filer==0.10.1
|
cmsplugin-filer==0.10.1
|
||||||
|
|
||||||
# production
|
# production
|
||||||
|
greenlet
|
||||||
circus
|
circus
|
||||||
circus-web
|
circus-web
|
||||||
chaussette
|
chaussette
|
||||||
|
gevent
|
||||||
|
|
Loading…
Reference in a new issue