diff options
author | 2019-07-06 23:37:34 +0100 | |
---|---|---|
committer | 2019-07-06 23:37:34 +0100 | |
commit | a80626a5f605b5afbfedac344140c16eeae5adce (patch) | |
tree | ae590099792ed2ace12182cd815fa3e95d999dcd /Pipfile | |
parent | Navbar dropdown should not be hidden behind wiki nav (diff) |
Implement new YAML resource system
Diffstat (limited to 'Pipfile')
-rw-r--r-- | Pipfile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -31,6 +31,7 @@ whitenoise = "==4.1.2" requests = "~=2.21" pygments = "~=2.3.1" wiki = {git = "https://github.com/python-discord/django-wiki.git"} +pyyaml = "*" [requires] python_version = "3.7" |