diff options
author | 2020-01-12 12:39:42 +0100 | |
---|---|---|
committer | 2020-01-12 12:39:42 +0100 | |
commit | acc8b5e5de72e63c37959cd4e62b1e6e462b25ee (patch) | |
tree | 0e3ec2b9a6b45785d764f5e445626662618cbab6 /Pipfile | |
parent | Merge branch 'bot#549-show-attachments-staff' of https://github.com/python-di... (diff) | |
parent | Adding iframe attributes to attribute whitelist (diff) |
Merge branch 'master' into bot#549-show-attachments-staff
Diffstat (limited to 'Pipfile')
-rw-r--r-- | Pipfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -4,7 +4,7 @@ url = "https://pypi.org/simple" verify_ssl = true [packages] -django = "~=2.2.0" +django = "~=2.2.8" django-crispy-forms = "~=1.7.2" django-environ = "~=0.4.5" django-filter = "~=2.1.0" |