# all requirements for production, test, and dev
-r prod.txt
-r test.txt
-r docs.txt

django-debug-toolbar
pre-commit
black

pytest-ordering
# Using a fork of django-fixture-magic until this PR is merged:
# https://github.com/davedash/django-fixture-magic/pull/76
# (merge_fixtures with natural keys)
git+https://github.com/KJagiela/django-fixture-magic
# django-fixture-magic
future