Skip to content

Commit

Permalink
Merge pull request #671 from oduwsdl/require-explicit-module-version
Browse files Browse the repository at this point in the history
Require explicit version of py-ipfs-http-client fork
  • Loading branch information
machawk1 authored Jun 24, 2020
2 parents 60109bd + 455ad18 commit b7043f2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
warcio>=1.5.3
ipfshttpclient4ipwb
ipfshttpclient4ipwb>=0.6.0
Flask==1.1.1
pycryptodome>=3.4.11
requests>=2.19.1
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
],
install_requires=[
'warcio>=1.5.3',
'ipfshttpclient4ipwb',
'ipfshttpclient4ipwb>=0.6.0',
'Flask==1.1.1',
'pycryptodome>=3.4.11',
'requests>=2.19.1',
Expand Down

0 comments on commit b7043f2

Please sign in to comment.