Skip to content

Commit

Permalink
New plenum 1.2.314 (hyperledger#638)
Browse files Browse the repository at this point in the history
* Next plenum

Signed-off-by: dsurnin <[email protected]>

* New plenum 273

Signed-off-by: dsurnin <[email protected]>

* Plenum 276

Signed-off-by: dsurnin <[email protected]>

* Plenum 279

Signed-off-by: dsurnin <[email protected]>

* 281 plenum

Signed-off-by: dsurnin <[email protected]>

* 282 plenum

Signed-off-by: dsurnin <[email protected]>

* plenum 309

Signed-off-by: dsurnin <[email protected]>

* Plenum 314  libindy 454

Signed-off-by: dsurnin <[email protected]>
  • Loading branch information
dsurnin authored and andkononykhin committed Apr 12, 2018
1 parent dd33ba1 commit 5da23a5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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.2.0 \
libindy=1.3.1~403 \
libindy=1.3.1~454 \
# rocksdb python wrapper
libbz2-dev \
zlib1g-dev \
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
LOG_DIR = os.path.join(BASE_DIR, "log")
CONFIG_FILE = os.path.join(BASE_DIR, "indy_config.py")

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

setup(
name='indy-node-dev',
Expand All @@ -56,7 +56,7 @@
data_files=[(
(BASE_DIR, ['data/nssm_original.exe'])
)],
install_requires=['indy-plenum-dev==1.2.310',
install_requires=['indy-plenum-dev==1.2.314',
'indy-anoncreds-dev==1.0.32',
'python-dateutil',
'timeout-decorator'],
Expand Down

0 comments on commit 5da23a5

Please sign in to comment.