aboutsummaryrefslogtreecommitdiffstats
path: root/Pipfile
diff options
context:
space:
mode:
Diffstat (limited to 'Pipfile')
-rw-r--r--Pipfile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Pipfile b/Pipfile
index 62eb84a2..59f660a4 100644
--- a/Pipfile
+++ b/Pipfile
@@ -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"