From 074e9319f0c71751163c04732d6e854826218b7b Mon Sep 17 00:00:00 2001
From: Marco Ciotola <848222@stud.unive.it>
Date: Tue, 3 Mar 2020 16:00:22 +0100
Subject: [PATCH] Upgrade django-picklefield

Remove anyjson and pyparsing

Remove explicit kombu since it is celery dependency
---
 requirements.txt | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/requirements.txt b/requirements.txt
index 3e5272c..05e48c4 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -1,11 +1,8 @@
 Django==1.11.28
-anyjson==0.3.3
 celery==4.2.1
-django-picklefield==0.3.0
-kombu==4.2.0
+django-picklefield==1.1.0
 html5lib==0.999
 psycopg2==2.8.3
-pyparsing==2.0.0
 python-dateutil>=1.5
 python3-openid==3.0.10
 gunicorn==19.9
-- 
GitLab