Skip to content

Commit

Permalink
INDY-2316: bump libindy version
Browse files Browse the repository at this point in the history
Signed-off-by: toktar <[email protected]>
  • Loading branch information
Toktar committed Dec 26, 2019
1 parent 46eec04 commit 7125004
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 @@ -8,7 +8,7 @@ ARG venv=venv
RUN apt-get update -y && apt-get install -y \
python3-nacl \
libindy-crypto=0.4.5 \
libindy=1.13.0~1404 \
libindy=1.13.0~1420 \
# 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 @@ -28,7 +28,7 @@
BASE_DIR = os.path.join(os.path.expanduser("~"), ".indy")

tests_require = ['attrs==19.1.0', 'pytest==3.3.1', 'pytest-xdist==1.22.1', 'pytest-forked==0.2',
'python3-indy==1.13.0-dev-1404', 'pytest-asyncio==0.8.0']
'python3-indy==1.13.0-dev-1420', 'pytest-asyncio==0.8.0']

setup(
name=metadata['__title__'],
Expand Down

0 comments on commit 7125004

Please sign in to comment.