Files
patroni/requirements.dev.txt
James Coleman acf512712e Make it easier to develop locally (#1748)
Previously the only documentation for how to run tests was the
implementation in the Travis configuration file. Here we add
instructions as well as move development dependencies to an easily used
and shared (with Travis config) separate requirements.dev.txt file.
2020-11-24 08:29:36 +01:00

9 lines
73 B
Plaintext

psycopg2-binary
behave
coverage
flake8
mock
pytest-cov
pytest
setuptools