aboutsummaryrefslogtreecommitdiffstats
path: root/Pipfile
diff options
context:
space:
mode:
authorGravatar MarkKoz <[email protected]>2020-07-14 13:26:06 -0700
committerGravatar MarkKoz <[email protected]>2020-07-14 13:26:06 -0700
commit04806b31f7c955b0d20e27bd4bdbc22a68247c7a (patch)
treeea513ee332a52b2dadfb79bcd36751eb09c50514 /Pipfile
parentMerge branch 'master' into feat/deps/344/django-3.0 (diff)
Update dependency pins
* Use release tag for django-crispy-bulma. This will yet again be changed once it's released on PyPI. * Use PyPI release for wiki
Diffstat (limited to 'Pipfile')
-rw-r--r--Pipfile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Pipfile b/Pipfile
index ee55e725..6c99b995 100644
--- a/Pipfile
+++ b/Pipfile
@@ -13,11 +13,11 @@ djangorestframework = "~=3.11.0"
djangorestframework-bulk = "~=0.2.1"
psycopg2-binary = "~=2.8"
django-simple-bulma = "~=1.2"
-django-crispy-bulma = {git = "https://github.com/python-discord/django-crispy-bulma.git", ref = "feat/deps/31/django-3.0", editable = true}
+django-crispy-bulma = {git = "https://github.com/python-discord/django-crispy-bulma.git", ref = "0.3"}
whitenoise = "~=5.0"
requests = "~=2.21"
pygments = "~=2.3.1"
-wiki = {git = "https://github.com/django-wiki/django-wiki.git", ref = "beta/0.6b1", editable = true}
+wiki = "~=0.6.0"
pyyaml = "~=5.1"
pyuwsgi = {version = "~=2.0", sys_platform = "!='win32'"}
django-allauth = "~=0.41"