aboutsummaryrefslogtreecommitdiffstats
path: root/Pipfile
diff options
context:
space:
mode:
authorGravatar Gareth Coles <[email protected]>2019-04-08 14:05:50 +0100
committerGravatar Gareth Coles <[email protected]>2019-04-08 14:05:50 +0100
commit4dc58e6e14702989f7419d6bfc4ca589898f2e56 (patch)
tree40157a59a1680a29399afb1ac97f6727daddd4b4 /Pipfile
parentFirst attempt at getting the wiki up (diff)
Remove wiki host, use /wiki - Also some wiki config
I've included the monokai pygments theme, but we can change it later
Diffstat (limited to 'Pipfile')
-rw-r--r--Pipfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Pipfile b/Pipfile
index 1fd34c35..c6f210ab 100644
--- a/Pipfile
+++ b/Pipfile
@@ -28,6 +28,7 @@ psycopg2-binary = "~=2.8"
django-simple-bulma = ">=1.1.6,<2.0"
django-crispy-bulma = ">=0.1.2,<2.0"
wiki = "~=0.4.4"
+pygments = "~=2.3.1"
[requires]
python_version = "3.7"