federation/dev-requirements.txt

31 wiersze
315 B
Plaintext

2016-10-02 10:08:37 +00:00
## Requirements for local development
# Package deps from setup.py
-e .
# Tests
pytest
factory_boy
codecov
coverage
2018-07-31 20:48:49 +00:00
pytest-blockage
2016-10-02 10:08:37 +00:00
pytest-cov
pytest-warnings
2018-07-23 16:03:49 +00:00
tox
2016-10-02 10:08:37 +00:00
# Docs
sphinx
sphinx-autobuild
recommonmark
# Some datetime magic
arrow
freezegun
# Django support
django>=3.2,<4
pytest-django
2019-10-05 23:04:48 +00:00
# Releasing
twine