blob: eacbdb5ec424f250b94b7fe343b8e1e2abaa6ada (
plain) (
tree)
|
|
-r ./base.txt
ipdb # https://github.com/gotcha/ipdb
psycopg2-binary # https://github.com/psycopg/psycopg2
# Testing
# ------------------------------------------------------------------------------
pytest==5.4.2 # https://github.com/pytest-dev/pytest
selenium==3.141.0
# 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
|