aboutsummaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@gmail.com>2019-05-16 09:58:35 -0400
committerJoseph Hunkeler <jhunkeler@gmail.com>2019-05-16 09:58:35 -0400
commitdb949eb7a2e8e28d9808a638ae283de57043ab52 (patch)
treef41913c893b3a18f98195cb5159b0abf4b1e6cd4 /setup.py
parent39b5aaff1550ce5bdb1982a6f0c532d5a975e7d2 (diff)
downloaddelivery_merge-db949eb7a2e8e28d9808a638ae283de57043ab52.tar.gz
Implement force_yaml_channels()
* Switch from pyyaml to ruamel.yaml
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 4225994..406963b 100644
--- a/setup.py
+++ b/setup.py
@@ -11,7 +11,7 @@ setup(
},
install_requires=[
'requests',
- 'pyyaml',
+ 'ruamel.yaml',
],
extras_require={
'test': [