add pyyaml dependency for config files

paul/schema_breaking_changes
Mark Haines 2014-09-01 20:50:32 +01:00
parent 6fd730c96b
commit 118b250473
1 changed files with 1 additions and 0 deletions

View File

@ -34,6 +34,7 @@ setup(
"syutil==0.0.1",
"Twisted>=14.0.0",
"service_identity>=1.0.0",
"pyyaml",
"pyasn1",
"pynacl",
"daemonize",