diff options
author | 2020-03-20 19:07:44 -0700 | |
---|---|---|
committer | 2020-03-21 11:08:01 -0700 | |
commit | f84ec78819022506bb6269e52e5cb6835a6db675 (patch) | |
tree | 53a6926278872dcefca0b7b80400384b9fa43c11 /Pipfile | |
parent | CI: run pre-commit hooks in CI (diff) |
Update to Django 3.0
Diffstat (limited to 'Pipfile')
-rw-r--r-- | Pipfile | 18 |
1 files changed, 9 insertions, 9 deletions
@@ -4,23 +4,23 @@ url = "https://pypi.org/simple" verify_ssl = true [packages] -django = "~=2.2.8" -django-crispy-forms = "~=1.7.2" +django = "~=3.0.4" +django-crispy-forms = "~=1.9.0" django-environ = "~=0.4.5" django-filter = "~=2.1.0" -django-hosts = "~=3.0" -djangorestframework = "~=3.9.2" +django-hosts = "~=4.0" +djangorestframework = "~=3.11.0" djangorestframework-bulk = "~=0.2.1" psycopg2-binary = "~=2.8" -django-simple-bulma = ">=1.1.7,<2.0" -django-crispy-bulma = ">=0.1.2,<2.0" -whitenoise = "==4.1.2" +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} +whitenoise = "~=5.0" requests = "~=2.21" pygments = "~=2.3.1" -wiki = "~=0.5.0" +wiki = {git = "https://github.com/django-wiki/django-wiki.git", ref = "beta/0.6b1", editable = true} pyyaml = "~=5.1" pyuwsgi = {version = "~=2.0", sys_platform = "!='win32'"} -django-allauth = "~=0.40" +django-allauth = "~=0.41" sentry-sdk = "~=0.14" [dev-packages] |