diff --git a/setup.py b/setup.py index 12236fb..c49c653 100644 --- a/setup.py +++ b/setup.py @@ -22,7 +22,7 @@ "Topic :: Software Development :: Libraries", ], python_requires='>=3.6', - install_requires=['PyYAML~=5.1', 'sortedcontainers~=2.0', 'oead~=1.1'], + install_requires=['PyYAML~=6.0', 'sortedcontainers~=2.0', 'oead~=1.1'], entry_points = { 'console_scripts': [ 'byml_to_yml = byml.byml_to_yml:main',