We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd31728 commit e86eda2Copy full SHA for e86eda2
1 file changed
setup.py
@@ -18,5 +18,5 @@
18
"License :: OSI Approved :: Apache Software License",
19
],
20
packages=["hyperpyyaml"],
21
- install_requires=["pyyaml>=5.1", "ruamel.yaml>=0.17.8"],
+ install_requires=["pyyaml>=5.1", "0.17.28>=ruamel.yaml>=0.17.8"],
22
)
0 commit comments