diff options
author | 2020-10-05 19:30:10 +0200 | |
---|---|---|
committer | 2020-10-05 19:30:10 +0200 | |
commit | ab20a2f0ec5df75abb641df651b15ca3c0341c0f (patch) | |
tree | 69832b8c41cfb29cae312e265e3e3e3ee1f6419b /Pipfile | |
parent | Fix content app linting (diff) | |
parent | Merge pull request #405 from python-discord/remove_django_wiki (diff) |
Merge branch 'dewikification' into guides-app
Diffstat (limited to 'Pipfile')
-rw-r--r-- | Pipfile | 6 |
1 files changed, 2 insertions, 4 deletions
@@ -14,10 +14,8 @@ psycopg2-binary = "~=2.8" django-simple-bulma = "~=1.2" whitenoise = "~=5.0" requests = "~=2.21" -pygments = "~=2.3.1" -wiki = "~=0.6.0" -pyyaml = "~=5.3.1" -pyuwsgi = {version = "~=2.0",sys_platform = "!='win32'"} +pyyaml = "~=5.1" +pyuwsgi = {version = "~=2.0", sys_platform = "!='win32'"} django-allauth = "~=0.41" sentry-sdk = "~=0.14" gitpython = "~=3.1.7" |