view requirements.txt @ 8040:0f69b5c35b2b

lib: introduce string conversion functions for ASCII without further encoding concerns Avoid the trial-and-error and vagueness of the "safe" functions. This should replace some use of safe_unicode and safe_str. It will mostly be a noop in py2 but will be crucial in py3.
author Mads Kiilerich <mads@kiilerich.com>
date Fri, 27 Dec 2019 23:30:56 +0100
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
.