From 2634422c7239ecec5eba6febff5a56c5c963f293 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adam=20Uhl=C3=AD=C5=99?= Date: Wed, 28 Oct 2020 14:06:21 +0100 Subject: [PATCH] chore: dependencies update --- docs/index.md | 2 +- requirements.txt | 16 ++++++++-------- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/docs/index.md b/docs/index.md index 8e117db..62a6d0b 100644 --- a/docs/index.md +++ b/docs/index.md @@ -49,7 +49,7 @@ webhook server is listening for incoming connections. And volume on path `/data/ This image does not have IPFS daemon, therefore you have to provide connectivity to the daemon of your choice. !!! info "go-ipfs verion" - ipfs-publish is tested with go-ipfs version **v0.4.23**, using different versions might result in unexpected behaviour! + ipfs-publish is tested with go-ipfs version **v0.4.23**! The IPFS HTTP Client should support the version up to v0.7.0, but I have not tested it yet. Easiest way to deploy ipfs-publish is using `docker-compose`, together with `go-ipfs` as container. You can use this YAML configuration for it: diff --git a/requirements.txt b/requirements.txt index 9a23d1c..354a6fc 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,10 +1,10 @@ -gitpython==3.0.7 -click==7.0 +gitpython==3.1.9 +click==7.1.2 click-completion==0.5.2 -inquirer==2.6.3 +inquirer==2.7.0 pbr==5.4.4 -quart==0.11.1 -ipfshttpclient==0.4.12 -toml==0.10.0 -appdirs==1.4.3 -cloudflare==2.6.3 \ No newline at end of file +quart==0.13.1 +ipfshttpclient==0.6.1 +toml==0.10.1 +appdirs==1.4.4 +cloudflare==2.8.13 \ No newline at end of file