diff options
Diffstat (limited to 'requirements/local.txt')
-rw-r--r-- | requirements/local.txt | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/requirements/local.txt b/requirements/local.txt deleted file mode 100644 index ac8007c..0000000 --- a/requirements/local.txt +++ /dev/null @@ -1,21 +0,0 @@ --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_pdb - -# Django -# ------------------------------------------------------------------------------ -factory-boy==3.0.1 # 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 |