blob: 54e48c2f46fa2301e908f8818a2e0d22496f5376 (
plain) (
tree)
|
|
-r ./base.txt
ipdb # https://github.com/gotcha/ipdb
psycopg2-binary # https://github.com/psycopg/psycopg2
# Testing
# ------------------------------------------------------------------------------
pytest # https://github.com/pytest-dev/pytest
pytest-sugar # https://github.com/Frozenball/pytest-sugar
# Code quality
# ------------------------------------------------------------------------------
black # https://github.com/ambv/black
# Django
# ------------------------------------------------------------------------------
factory-boy # https://github.com/FactoryBoy/factory_boy
django-extensions==2.2.6 # https://github.com/django-extensions/django-extensions
pytest-django # https://github.com/pytest-dev/pytest-django
|