Skip to content

Commit

Permalink
chore: dependencies update
Browse files Browse the repository at this point in the history
  • Loading branch information
AuHau committed Oct 28, 2020
1 parent 48df0a0 commit 2634422
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
16 changes: 8 additions & 8 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -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
quart==0.13.1
ipfshttpclient==0.6.1
toml==0.10.1
appdirs==1.4.4
cloudflare==2.8.13

0 comments on commit 2634422

Please sign in to comment.