From 63c13df6e232abc8fd018b5cc6afa87a7923b19c Mon Sep 17 00:00:00 2001
From: Marco Ciotola <848222@stud.unive.it>
Date: Tue, 3 Mar 2020 17:18:00 +0100
Subject: [PATCH] [deps] remove html5lib, requests, webtest.

upgrade gunicorn, django-ses, rollbar.

update minimum python-dateutil, django_webtest.

reorder
---
 requirements.txt | 24 +++++++++++-------------
 1 file changed, 11 insertions(+), 13 deletions(-)

diff --git a/requirements.txt b/requirements.txt
index da11204..a69c6ed 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -1,24 +1,22 @@
 Django==1.11.28
+django_webtest>=1.9.7
 
-celery==4.2.1
-django-picklefield==1.1.0
+gunicorn==20.0.4
 
 dj_database_url==0.5.0
 psycopg2==2.8.4
 
-html5lib==0.999
-python-dateutil>=1.5
-python3-openid==3.0.10
-gunicorn==19.9
-requests==2.21.0
+celery==4.2.1
+django-picklefield==1.1.0
+
+python-dateutil>=2.8
 unicodecsv==0.14.1
 bleach==3.1.1
-boto==2.49.0
-django-ses==0.8.10
 py3-validate-email==0.1.11
-oauth2client==4.1.3
-rollbar==0.12.1
 pycryptodome==3.8.2
 
-django_webtest>=1.9
-webtest==2.0.18
+python3-openid==3.0.10
+boto==2.49.0
+django-ses==0.8.14
+oauth2client==4.1.3
+rollbar==0.14.7
-- 
GitLab