Skip to content

Commit

Permalink
Update libindy version
Browse files Browse the repository at this point in the history
Signed-off-by: Sergey Khoroshavin <[email protected]>
  • Loading branch information
Sergey Khoroshavin committed Apr 5, 2018
1 parent 91e89b0 commit 5b45fae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ci/ubuntu.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ RUN echo "To invalidate cache"
RUN apt-get update -y && apt-get install -y \
python3-nacl \
libindy-crypto=0.2.0 \
libindy=1.3.1~403 \
libindy=1.3.1~444 \
# rocksdb python wrapper
libbz2-dev \
zlib1g-dev \
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
# Load the metadata using exec() so we don't trigger an import of ioflo.__init__
exec(compile(open(METADATA).read(), METADATA, 'exec'))

tests_require = ['pytest', 'pytest-xdist', 'python3-indy==1.3.1-dev-403']
tests_require = ['pytest', 'pytest-xdist', 'python3-indy==1.3.1-dev-444']

setup(
name='indy-plenum-dev',
Expand Down

0 comments on commit 5b45fae

Please sign in to comment.