Add minio dependency

It is used in `gitsrht/repos.py`
This commit is contained in:
Marco Sirabella 2021-04-01 19:25:44 -07:00 committed by Drew DeVault
parent 68dcdd33fd
commit 171b41b0b2
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ setup(
author = 'Drew DeVault',
author_email = 'sir@cmpwn.com',
url = 'https://git.sr.ht/~sircmpwn/git.sr.ht',
install_requires = ['srht', 'scmsrht', 'pygit2'],
install_requires = ['srht', 'scmsrht', 'pygit2', 'minio'],
license = 'AGPL-3.0',
package_data={
'gitsrht': [