Skip to content

Commit

Permalink
[RC-1.9.2] bump libindy version
Browse files Browse the repository at this point in the history
Signed-off-by: Andrew Nikitin <[email protected]>
  • Loading branch information
Andrew Nikitin committed Aug 29, 2019
1 parent 0221f13 commit 370740b
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.10.0~1198 \
libindy=1.11.0~1282 \
# 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 @@ -27,7 +27,7 @@

BASE_DIR = os.path.join(os.path.expanduser("~"), ".indy")

tests_require = ['pytest==3.3.1', 'pytest-xdist==1.22.1', 'python3-indy==1.10.0-dev-1198', 'pytest-asyncio==0.8.0']
tests_require = ['pytest==3.3.1', 'pytest-xdist==1.22.1', 'python3-indy==1.11.0-dev-1282', 'pytest-asyncio==0.8.0']

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

0 comments on commit 370740b

Please sign in to comment.