From 2267c60f5df4e4831ad72f105e94edee61ae4eb2 Mon Sep 17 00:00:00 2001 From: Brendan Devenney Date: Mon, 20 Jul 2020 15:54:58 +0100 Subject: [PATCH] Update Pipfile --- Pipfile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Pipfile b/Pipfile index 3e9aca1..a16139d 100644 --- a/Pipfile +++ b/Pipfile @@ -30,13 +30,14 @@ django-ses = "*" psycopg2 = "*" werkzeug = "==0.15.5" django-widget-tweaks = "*" -prospector = "==1.2.0" +markdown2 = "==2.3.9" [dev-packages] coverage = "==4.5.2" coveralls = "==1.5.1" nose = "==1.3.7" -prospector = "==1.1.6.2" +prospector = "==1.2.0" +pylint = "==2.5.3" jedi = "==0.13.1" zappa-django-utils = "*" zappa = "*"