install: fixed issue with dual pyyaml reqs

This commit is contained in:
Blake Harnden 2023-07-25 10:40:30 -07:00
parent 2547c61a7c
commit 359f6940e1

View file

@ -32,7 +32,6 @@ lxml = "4.9.1"
netaddr = "0.7.19" netaddr = "0.7.19"
protobuf = "4.21.9" protobuf = "4.21.9"
pyproj = "3.3.1" pyproj = "3.3.1"
pyyaml = "5.4"
Pillow = "9.4.0" Pillow = "9.4.0"
Mako = "1.2.3" Mako = "1.2.3"
PyYAML = "5.4.1" PyYAML = "5.4.1"