From f929755e5f9acdb6afc61467e6ee7189348d4f78 Mon Sep 17 00:00:00 2001 From: Francesco Esposito <33671357+frsposito@users.noreply.github.com> Date: Sat, 23 Nov 2019 01:46:49 +0100 Subject: [PATCH] update requirements --- requirements.txt | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/requirements.txt b/requirements.txt index 4f48fff..38a207e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,14 @@ +astroid==2.3.3 Django==2.2.7 +django-cors-headers==3.2.0 +django-filter==2.2.0 djangorestframework==3.10.3 +isort==4.3.21 +lazy-object-proxy==1.4.3 +mccabe==0.6.1 +pylint==2.4.4 pytz==2019.3 +six==1.13.0 sqlparse==0.3.0 +typed-ast==1.4.0 +wrapt==1.11.2