From cdf08dbdc33f5d80f407b4f8e41ad8d39e29cd23 Mon Sep 17 00:00:00 2001 From: BonfaceKilz Date: Tue, 21 Jun 2022 15:02:06 +0300 Subject: setup.py: Remove ipfshttpclient --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100644 => 100755 setup.py diff --git a/setup.py b/setup.py old mode 100644 new mode 100755 index 9396f59..07512b8 --- a/setup.py +++ b/setup.py @@ -15,7 +15,7 @@ setup(author='Bonface M. K.', install_requires=[ "bcrypt>=3.1.7" "Flask==1.1.2" - "ipfshttpclient==0.7.0" + # "ipfshttpclient==0.7.0" "mypy==0.790" "mypy-extensions==0.4.3" "mysqlclient==2.0.1" -- cgit v1.2.3