diff options
Diffstat (limited to 'requirements')
-rw-r--r-- | requirements/base.txt | 12 | ||||
-rw-r--r-- | requirements/local.txt | 21 | ||||
-rw-r--r-- | requirements/production.txt | 12 |
3 files changed, 0 insertions, 45 deletions
diff --git a/requirements/base.txt b/requirements/base.txt deleted file mode 100644 index b1c994e..0000000 --- a/requirements/base.txt +++ /dev/null @@ -1,12 +0,0 @@ -# Django -# ------------------------------------------------------------------------------ -django==2.2.12 # pyup: < 3.0 # https://www.djangoproject.com/ -django-environ # https://github.com/joke2k/django-environ -django-allauth>=0.41.0 -django-crispy-forms>=1.9.0 - -# These were required for the basic run -python-slugify -argon2-cffi - -Faker>=4.0.3 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 diff --git a/requirements/production.txt b/requirements/production.txt deleted file mode 100644 index 810a210..0000000 --- a/requirements/production.txt +++ /dev/null @@ -1,12 +0,0 @@ -# PRECAUTION: avoid production dependencies that aren't in development - --r ./base.txt - -gunicorn==20.0.4 # https://github.com/benoitc/gunicorn -psycopg2==2.8.4 --no-binary psycopg2 # https://github.com/psycopg/psycopg2 -Collectfast==1.3.1 # https://github.com/antonagestam/collectfast - -# Django -# ------------------------------------------------------------------------------ -django-storages[google]==1.8 # https://github.com/jschneier/django-storages -django-anymail[mailgun]==7.0.0 # https://github.com/anymail/django-anymail |