aboutsummaryrefslogtreecommitdiffstats
path: root/Pipfile
diff options
context:
space:
mode:
authorGravatar ks129 <[email protected]>2020-09-19 20:24:54 +0300
committerGravatar ks129 <[email protected]>2020-09-19 20:24:54 +0300
commit7663753865da8a7c48369cf6f8c6367807f1c9b5 (patch)
treec3d35231f5c8c5ceb3b14e7ee010ba7ca87065df /Pipfile
parentSpecify markdown package version (diff)
Install PyYAML for YAML files parsing
Diffstat (limited to 'Pipfile')
-rw-r--r--Pipfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Pipfile b/Pipfile
index 777cebfd..99c2cb30 100644
--- a/Pipfile
+++ b/Pipfile
@@ -16,7 +16,7 @@ whitenoise = "~=5.0"
requests = "~=2.21"
pygments = "~=2.3.1"
wiki = "~=0.6.0"
-pyyaml = "~=5.1"
+pyyaml = "~=5.3.1"
pyuwsgi = {version = "~=2.0",sys_platform = "!='win32'"}
django-allauth = "~=0.41"
sentry-sdk = "~=0.14"