~edwargix/git.sr.ht

171b41b0b200d0644fcca69336f26249ea27be41 — Marco Sirabella 3 years ago 68dcdd3
Add minio dependency

It is used in `gitsrht/repos.py`
1 files changed, 1 insertions(+), 1 deletions(-)

M setup.py
M setup.py => setup.py +1 -1
@@ 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': [