From a80626a5f605b5afbfedac344140c16eeae5adce Mon Sep 17 00:00:00 2001 From: Joseph Banks Date: Sat, 6 Jul 2019 23:37:34 +0100 Subject: Implement new YAML resource system --- Pipfile | 1 + 1 file changed, 1 insertion(+) (limited to 'Pipfile') diff --git a/Pipfile b/Pipfile index db3b3ce8..8d71a137 100644 --- a/Pipfile +++ b/Pipfile @@ -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" -- cgit v1.2.3