Skip to content

Commit

Permalink
[INDY-1291] Freeze packages version (hyperledger#670)
Browse files Browse the repository at this point in the history
* [INDY-1291] Freeze packages version

Signed-off-by: Andrew Nikitin <[email protected]>

* [INDY-1291] Bump plenum version

Signed-off-by: Andrew Nikitin <[email protected]>

* [INDY-1291] Bump plenum version

Signed-off-by: Andrew Nikitin <[email protected]>
  • Loading branch information
anikitinDSR authored and andkononykhin committed Apr 27, 2018
1 parent ec88a36 commit fec61e7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion build-scripts/ubuntu-1604/build-3rd-parties.sh
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,5 @@ function build_from_pypi {
# build 3rd parties:
# build_from_pypi <pypi-name> <version>

build_from_pypi timeout-decorator
build_from_pypi timeout-decorator 0.4.0

6 changes: 3 additions & 3 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-469']
tests_require = ['pytest==3.4.1', 'pytest-xdist==1.22.1', 'python3-indy==1.3.1-dev-469']

setup(
name='indy-node-dev',
Expand All @@ -56,10 +56,10 @@
data_files=[(
(BASE_DIR, ['data/nssm_original.exe'])
)],
install_requires=['indy-plenum-dev==1.2.331',
install_requires=['indy-plenum-dev==1.2.336',
'indy-anoncreds-dev==1.0.32',
'python-dateutil',
'timeout-decorator'],
'timeout-decorator==0.4.0'],
setup_requires=['pytest-runner'],
extras_require={
'tests': tests_require
Expand Down

0 comments on commit fec61e7

Please sign in to comment.