view requirements.txt @ 8351:7fe5fccbbb1f

uwsgi: drop unnecessary dependency of http module - just use http-socket directly The http plugin has more advanced http functionality like https and load balancing, duplicating what in many setups is handled by separate front-end servers. In this simple template, just use the basic http-socket.
author Mads Kiilerich <mads@kiilerich.com>
date Tue, 31 Mar 2020 18:18:19 +0200
parents 941548131765
children
line wrap: on
line source

# requirements.txt file for use as "pip install -r requirements.txt" as a
# readthedocs compatible alternative to "pip install -e ." which is a working
# alternative to "setup.py develop" which doesn't work with Mercurial 3.7
.