view dev_requirements.txt @ 6616:6849b3fad164

db: drop and re-create old schemas instead of Base.metadata.drop_all() Sadly, Base.metadata.drop_all() sometimes doesn't work because of foreign key constraints. We only know this is the case on PostgreSQL and MySQL - use workarounds for these.
author domruf <dominikruf@gmail.com>
date Tue, 21 Mar 2017 22:44:21 +0100
parents e1ab82613133
children d4e1692e25ab
line wrap: on
line source

babel >= 0.9.6, < 2.4
waitress >= 0.8.8, < 1.0
pytest ~= 3.0
pytest-runner
pytest-sugar>=0.7.0
pytest-catchlog
mock
sphinx
webtest < 3