funkwhale/api/requirements/production.txt

11 wiersze
308 B
Plaintext

# Pro-tip: Try not to put anything here. There should be no dependency in
# production that isn't in development.
# WSGI Handler
# ------------------------------------------------
# there's no python 3 support in stable, have to use the latest release candidate for gevent
gevent==1.1rc1
gunicorn==19.4.1