From 171b41b0b200d0644fcca69336f26249ea27be41 Mon Sep 17 00:00:00 2001 From: Marco Sirabella Date: Thu, 1 Apr 2021 19:25:44 -0700 Subject: [PATCH] Add minio dependency It is used in `gitsrht/repos.py` --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 8d1bcd7..1edffc1 100755 --- a/setup.py +++ b/setup.py @@ -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': [ -- 2.38.4