aboutsummaryrefslogtreecommitdiffstats
path: root/Pipfile
diff options
context:
space:
mode:
authorGravatar Xithrius <[email protected]>2020-08-17 03:16:43 -0700
committerGravatar Xithrius <[email protected]>2020-08-17 03:16:43 -0700
commit1075d3c6355c70cdbc27135e2da53fd1e234d8a0 (patch)
tree4019d9455f123d093d6716007da3b430930a2e92 /Pipfile
parentChanged from json to yaml config so comments can be included. (diff)
Updated dependencies to include yaml config parser.
Diffstat (limited to 'Pipfile')
-rw-r--r--Pipfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Pipfile b/Pipfile
index b4fc1dc6..38044a0a 100644
--- a/Pipfile
+++ b/Pipfile
@@ -12,6 +12,7 @@ fuzzywuzzy = "~=0.17"
pillow = "~=6.2"
pytz = "~=2019.2"
sentry-sdk = "~=0.14.2"
+PyYAML = "~=5.3.1"
[dev-packages]
flake8 = "~=3.8"