Add pyyaml dependency

This is imported in hubsrht/services.py
This commit is contained in:
Marco Sirabella 2021-04-01 19:25:57 -07:00 committed by Drew DeVault
parent af11d9ae79
commit 7822a639ec
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ setup(
author = 'Drew DeVault',
author_email = 'sir@cmpwn.com',
url = 'https://git.sr.ht/~sircmpwn/hub.sr.ht',
install_requires = ['srht'],
install_requires = ['srht', 'pyyaml'],
license = 'AGPL-3.0',
package_data={
'hubsrht': [