forked from MirrorHub/synapse
add pyyaml dependency for config files
This commit is contained in:
parent
6fd730c96b
commit
118b250473
1 changed files with 1 additions and 0 deletions
1
setup.py
1
setup.py
|
@ -34,6 +34,7 @@ setup(
|
||||||
"syutil==0.0.1",
|
"syutil==0.0.1",
|
||||||
"Twisted>=14.0.0",
|
"Twisted>=14.0.0",
|
||||||
"service_identity>=1.0.0",
|
"service_identity>=1.0.0",
|
||||||
|
"pyyaml",
|
||||||
"pyasn1",
|
"pyasn1",
|
||||||
"pynacl",
|
"pynacl",
|
||||||
"daemonize",
|
"daemonize",
|
||||||
|
|
Loading…
Reference in a new issue