Fixed pyyaml requirement from 5.2.0 to 5.2 (#30808)
This commit is contained in:
parent
01520a32d3
commit
1566d963a8
3 changed files with 3 additions and 3 deletions
2
setup.py
2
setup.py
|
@ -46,7 +46,7 @@ REQUIRES = [
|
|||
"pip>=8.0.3",
|
||||
"python-slugify==4.0.0",
|
||||
"pytz>=2019.03",
|
||||
"pyyaml==5.2.0",
|
||||
"pyyaml==5.2",
|
||||
"requests==2.22.0",
|
||||
"ruamel.yaml==0.15.100",
|
||||
"voluptuous==0.11.7",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue