aboutsummaryrefslogtreecommitdiffstats
path: root/Pipfile
diff options
context:
space:
mode:
authorGravatar ChrisJL <[email protected]>2021-05-16 18:42:50 +0100
committerGravatar GitHub <[email protected]>2021-05-16 18:42:50 +0100
commit8c7c3b137fb6c60818d29ac3d14ebb397357ee0e (patch)
treefec5581d5e27fc860db6424f7c1d6a3a71565693 /Pipfile
parentResolve conflicts (diff)
parentMerge pull request #501 from python-discord/update/sir-lancebot-env-vars (diff)
Merge branch 'main' into fix_327
Diffstat (limited to 'Pipfile')
-rw-r--r--Pipfile8
1 files changed, 4 insertions, 4 deletions
diff --git a/Pipfile b/Pipfile
index dfcfa48e..94d9cf43 100644
--- a/Pipfile
+++ b/Pipfile
@@ -10,15 +10,14 @@ django-filter = "~=2.1.0"
django-hosts = "~=4.0"
djangorestframework = "~=3.11.0"
psycopg2-binary = "~=2.8"
-django-simple-bulma = "~=1.2"
+django-simple-bulma = "~=2.1"
whitenoise = "~=5.0"
requests = "~=2.21"
-pygments = "~=2.3.1"
-wiki = "~=0.6.0"
pyyaml = "~=5.1"
gunicorn = "~=20.0.4"
-django-allauth = "~=0.41"
sentry-sdk = "~=0.19"
+markdown = "~=3.3.4"
+python-frontmatter = "~=1.0"
[dev-packages]
coverage = "~=5.0"
@@ -34,6 +33,7 @@ flake8-todo = "~=0.7"
mccabe = "~=0.6.1"
pep8-naming = "~=0.9"
pre-commit = "~=2.1"
+pyfakefs = "~=4.4.0"
coveralls = "~=2.1"
[requires]