diff options
author | 2019-04-20 22:03:00 +0100 | |
---|---|---|
committer | 2019-04-20 22:03:00 +0100 | |
commit | 5a18564cd42641d7bbdb52accae79c32f3bcca71 (patch) | |
tree | 54061f3d1f33247f0a57efc311167ba275c67c94 /Pipfile | |
parent | Remove unneeded sites.py and move navbar CSS to base.css (diff) |
Replace wiki dep with PyDis fork, add git to Docker
Diffstat (limited to 'Pipfile')
-rw-r--r-- | Pipfile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -16,7 +16,7 @@ coverage = "~=4.5.3" unittest-xml-reporting = "~=2.5.1" [packages] -django = "~=2.1" +django = "~=2.2" django-crispy-forms = "~=1.7.2" django-environ = "~=0.4.5" django-filter = "~=2.1.0" @@ -27,8 +27,8 @@ psycopg2-binary = "~=2.8" django-simple-bulma = ">=1.1.7,<2.0" django-crispy-bulma = ">=0.1.2,<2.0" requests = "~=2.21" -wiki = "~=0.4.4" pygments = "~=2.3.1" +wiki = {git = "https://github.com/python-discord/django-wiki.git"} [requires] python_version = "3.7" |