diff --git a/Pipfile b/Pipfile index edd93bcb2793e1d5964ad7391555c695e2b54966..461f6f1efc47a257f5afffbfeda752f450f54d1f 100644 --- a/Pipfile +++ b/Pipfile @@ -4,23 +4,24 @@ url = "https://pypi.org/simple" verify_ssl = true [dev-packages] -pylint = "*" coverage = "*" +django-debug-toolbar = "*" +pylint = "*" rope = "*" [packages] +bleach = "*" django = "==3.0.6" # Remember to re-generate `requirements.txt` -mysqlclient = "*" -social-auth-app-django = "*" -social-auth-core = {extras = ["saml"],version = "*"} -python3-saml = "*" django-annoying = "*" django-crispy-forms = "==1.9.0" django-summernote = "*" django-tables2 = "==2.3.1" django-templated-email = "*" +mysqlclient = "*" pypandoc = "*" -bleach = "*" +python3-saml = "*" +social-auth-app-django = "*" +social-auth-core = {extras = ["saml"],version = "*"} zeep = "*" [requires]