diff options
-rwxr-xr-x[-rw-r--r--] | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py index 9396f59..07512b8 100644..100755 --- 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" |