mirror of
https://mau.dev/maunium/synapse.git
synced 2024-12-13 22:53:46 +01:00
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",
|
||||
"Twisted>=14.0.0",
|
||||
"service_identity>=1.0.0",
|
||||
"pyyaml",
|
||||
"pyasn1",
|
||||
"pynacl",
|
||||
"daemonize",
|
||||
|
|
Loading…
Reference in a new issue