Files @ 4e40640c43e5
Branch filter:

Location: kallithea/dev_requirements.txt

domruf
alembic: check database version before starting kallithea

Running kallithea with the wrong database version could be dangerous.
Therefore, check for the correct version before starting Kallithea.
1
2
3
4
5
6
7
8
9
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