remove pyyaml requirement

This commit is contained in:
Jack Robison 2022-03-08 20:02:42 -05:00
parent 98af3b6b21
commit 013585e8f2
No known key found for this signature in database
GPG key ID: DF25C68FE0239BB2

View file

@ -36,7 +36,6 @@ setup(
'protobuf==3.17.2', 'protobuf==3.17.2',
'msgpack==0.6.1', 'msgpack==0.6.1',
'prometheus_client==0.7.1', 'prometheus_client==0.7.1',
'pyyaml==5.3.1',
'prometheus_client==0.7.1', 'prometheus_client==0.7.1',
'coincurve==15.0.0', 'coincurve==15.0.0',
'pbkdf2==1.3', 'pbkdf2==1.3',