From 0fc4c6952204213a2ffefb084d6c025ab0600a08 Mon Sep 17 00:00:00 2001 From: Dustin Pianalto Date: Sat, 25 Apr 2020 21:28:30 -0800 Subject: [PATCH] Remove version requirements --- requirements/web.txt | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/requirements/web.txt b/requirements/web.txt index 8298e9d..ce01aff 100644 --- a/requirements/web.txt +++ b/requirements/web.txt @@ -1,22 +1,22 @@ # Django # ------------------------------------------------------------------------------ -django==2.2.4 # pyup: < 3.0 # https://www.djangoproject.com/ -django-environ==0.4.5 # https://github.com/joke2k/django-environ -django-model-utils==3.2.0 # https://github.com/jazzband/django-model-utils -django-allauth==0.39.1 # https://github.com/pennersr/django-allauth -django-crispy-forms==1.7.2 # https://github.com/django-crispy-forms/django-crispy-forms -django-redis==4.10.0 # https://github.com/niwinz/django-redis -django-anymail[mailgun]==6.1.0 # https://github.com/anymail/django-anymail +django # pyup: < 3.0 # https://www.djangoproject.com/ +django-environ # https://github.com/joke2k/django-environ +django-model-utils # https://github.com/jazzband/django-model-utils +django-allauth # https://github.com/pennersr/django-allauth +django-crispy-forms # https://github.com/django-crispy-forms/django-crispy-forms +django-redis # https://github.com/niwinz/django-redis +django-anymail[mailgun] # https://github.com/anymail/django-anymail django-debug-toolbar django-extensions # Django REST Framework -djangorestframework==3.10.2 # https://github.com/encode/django-rest-framework -coreapi==2.3.3 # https://github.com/core-api/python-client +djangorestframework # https://github.com/encode/django-rest-framework +coreapi # https://github.com/core-api/python-client gevent -gunicorn==19.9.0 # https://github.com/benoitc/gunicorn -psycopg2==2.8.3 --no-binary psycopg2 # https://github.com/psycopg/psycopg2 -Collectfast==1.0.0 # https://github.com/antonagestam/collectfast +gunicorn # https://github.com/benoitc/gunicorn +psycopg2 --no-binary psycopg2 # https://github.com/psycopg/psycopg2 +Collectfast # https://github.com/antonagestam/collectfast python-valve