diff options
author | 2019-04-08 14:05:50 +0100 | |
---|---|---|
committer | 2019-04-08 14:05:50 +0100 | |
commit | 4dc58e6e14702989f7419d6bfc4ca589898f2e56 (patch) | |
tree | 40157a59a1680a29399afb1ac97f6727daddd4b4 /Pipfile | |
parent | First 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-- | Pipfile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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" |