Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: get travis to pass #7325

Merged
merged 11 commits into from
Sep 4, 2020
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ services:


ipfs:
image: ipfs/go-ipfs:release
image: ipfs/go-ipfs:v0.6.0
restart: unless-stopped
volumes:
- 'ipfsexport:/export'
Expand Down
2 changes: 1 addition & 1 deletion requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ cytoolz==0.9.0
boto==2.49.0
google-api-python-client
django-environ==0.4.5
ipfshttpclient
ipfshttpclient==0.6.0
eth-utils==1.4.1
jsondiff==1.1.1
social-auth-app-django==3.1.0
Expand Down