view requirements.txt @ 8430:642e6d7d18c4 stable

db: drop double specification of unique constraint (Issue #374) Consistently use "unique=True" for single column constraints. Only use UniqueConstraint for composite constraints. MySQL did not like this double specification, while PostgreSQL and SQLite did not care.
author Mads Kiilerich <mads@kiilerich.com>
date Fri, 22 May 2020 14:02:55 +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
.