aboutsummaryrefslogtreecommitdiffstats
path: root/requirements
diff options
context:
space:
mode:
authorM R Lemon <matt@matthewlemon.com>2020-04-26 08:29:27 +0100
committerM R Lemon <matt@matthewlemon.com>2020-04-26 08:29:27 +0100
commit4b68f8c819653df773855371ca96ac977d689c7f (patch)
tree3fe99a64a3e04b3ecb0c6c0617b108889296b044 /requirements
parent7aa8f20f389318003ea0008f02eada0782e2c20d (diff)
upgrade to Django 3 and removed dependency versions currently
Diffstat (limited to 'requirements')
-rw-r--r--requirements/base.txt20
-rw-r--r--requirements/local.txt25
2 files changed, 11 insertions, 34 deletions
diff --git a/requirements/base.txt b/requirements/base.txt
index 7436214..d3f17d8 100644
--- a/requirements/base.txt
+++ b/requirements/base.txt
@@ -1,18 +1,6 @@
-pytz==2019.3 # https://github.com/stub42/pytz
-python-slugify==4.0.0 # https://github.com/un33k/python-slugify
-Pillow==7.0.0 # https://github.com/python-pillow/Pillow
-argon2-cffi==19.2.0 # https://github.com/hynek/argon2_cffi
-redis==3.3.11 # https://github.com/antirez/redis
-
# Django
# ------------------------------------------------------------------------------
-django==2.2.9 # pyup: < 3.0 # https://www.djangoproject.com/
-django-environ==0.4.5 # https://github.com/joke2k/django-environ
-django-model-utils==4.0.0 # https://github.com/jazzband/django-model-utils
-django-allauth==0.41.0 # https://github.com/pennersr/django-allauth
-django-crispy-forms==1.8.1 # https://github.com/django-crispy-forms/django-crispy-forms
-django-redis==4.11.0 # https://github.com/niwinz/django-redis
-
-# Django REST Framework
-djangorestframework==3.11.0 # https://github.com/encode/django-rest-framework
-coreapi==2.3.3 # https://github.com/core-api/python-client
+django==3.0 # pyup: < 3.0 # https://www.djangoproject.com/
+django-environ # https://github.com/joke2k/django-environ
+django-allauth # https://github.com/pennersr/django-allauth
+django-crispy-forms # https://github.com/django-crispy-forms/django-crispy-forms
diff --git a/requirements/local.txt b/requirements/local.txt
index ca9df68..54e48c2 100644
--- a/requirements/local.txt
+++ b/requirements/local.txt
@@ -1,31 +1,20 @@
-r ./base.txt
-Werkzeug==0.16.0 # https://github.com/pallets/werkzeug
-ipdb==0.12.3 # https://github.com/gotcha/ipdb
-Sphinx==2.3.1 # https://github.com/sphinx-doc/sphinx
-psycopg2-binary==2.8.4 # https://github.com/psycopg/psycopg2
+ipdb # https://github.com/gotcha/ipdb
+psycopg2-binary # https://github.com/psycopg/psycopg2
# Testing
# ------------------------------------------------------------------------------
-mypy==0.761 # https://github.com/python/mypy
-django-stubs==1.4.0 # https://github.com/typeddjango/django-stubs
-pytest==5.3.3 # https://github.com/pytest-dev/pytest
-pytest-sugar==0.9.2 # https://github.com/Frozenball/pytest-sugar
-pdbpp==0.10.2 # a better debugger
+pytest # https://github.com/pytest-dev/pytest
+pytest-sugar # https://github.com/Frozenball/pytest-sugar
# Code quality
# ------------------------------------------------------------------------------
-flake8==3.7.9 # https://github.com/PyCQA/flake8
-coverage==5.0.3 # https://github.com/nedbat/coveragepy
-black==19.10b0 # https://github.com/ambv/black
-pylint-django==2.0.13 # https://github.com/PyCQA/pylint-django
-pre-commit==1.21.0 # https://github.com/pre-commit/pre-commit
+black # https://github.com/ambv/black
# Django
# ------------------------------------------------------------------------------
-factory-boy==2.12.0 # https://github.com/FactoryBoy/factory_boy
+factory-boy # https://github.com/FactoryBoy/factory_boy
-django-debug-toolbar==2.1 # https://github.com/jazzband/django-debug-toolbar
django-extensions==2.2.6 # https://github.com/django-extensions/django-extensions
-django-coverage-plugin==1.7.0 # https://github.com/nedbat/django_coverage_plugin
-pytest-django==3.8.0 # https://github.com/pytest-dev/pytest-django
+pytest-django # https://github.com/pytest-dev/pytest-django