diff options
author | 2019-04-08 14:05:50 +0100 | |
---|---|---|
committer | 2019-04-08 14:05:50 +0100 | |
commit | 4dc58e6e14702989f7419d6bfc4ca589898f2e56 (patch) | |
tree | 40157a59a1680a29399afb1ac97f6727daddd4b4 /Pipfile.lock | |
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.lock')
-rw-r--r-- | Pipfile.lock | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/Pipfile.lock b/Pipfile.lock index a908b8c7..777dbd38 100644 --- a/Pipfile.lock +++ b/Pipfile.lock @@ -1,7 +1,7 @@ { "_meta": { "hash": { - "sha256": "a63ccdec81594bd69f4af503e5a62fe01a74adfd6daaaa0fb9be08b25631cb84" + "sha256": "d6bbf11476ca021d14ef03475ef6154b148d75a3ceada522194a56e80a27ccf1" }, "pipfile-spec": 6, "requires": { @@ -229,6 +229,14 @@ "index": "pypi", "version": "==2.8.1" }, + "pygments": { + "hashes": [ + "sha256:5ffada19f6203563680669ee7f53b64dabbeb100eb51b61996085e99c03b284a", + "sha256:e8218dd399a61674745138520d0d4cf2621d7e032439341bc3f647bff125818d" + ], + "index": "pypi", + "version": "==2.3.1" + }, "pytz": { "hashes": [ "sha256:32b0891edff07e28efe91284ed9c31e123d84bea3fd98e1f72be2508f43ef8d9", |