diff options
author | 2020-02-08 10:50:42 -0800 | |
---|---|---|
committer | 2020-02-08 10:50:42 -0800 | |
commit | f0926f248f539bd51099a1824c92256cbf4ad527 (patch) | |
tree | 01b2c0560aaa13499636055f1df79455dbc38928 /Pipfile | |
parent | Fix #299: use GitHub link to issues in README.md (diff) | |
parent | Merge pull request #326 from python-discord/resources-update (diff) |
Merge branch 'master' into fix-infraction-validator
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" |