Skip to content

Commit

Permalink
Update setup.py (hyperledger#366)
Browse files Browse the repository at this point in the history
* Update setup.py

* fix libindy dependency in tests

* fix libindy dependency in tests
  • Loading branch information
ashcherbakov authored Sep 28, 2017
1 parent 9fbe656 commit 217b847
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 @@ -25,7 +25,7 @@ RUN echo "deb https://repo.sovrin.org/deb xenial master" >> /etc/apt/sources.lis
RUN apt-get update -y
RUN apt-get install -y \
python3-charm-crypto
RUN apt-get install -y libindy-crypto
RUN apt-get update -y && apt-get install -y libindy-crypto=0.1.6
RUN useradd -ms /bin/bash -u $uid sovrin
USER sovrin
RUN virtualenv -p python3.5 /home/sovrin/test
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ def run(self):
data_files=[(
(BASE_DIR, ['data/nssm_original.exe'])
)],
install_requires=['indy-plenum-dev==1.1.135',
install_requires=['indy-plenum-dev==1.1.136',
'indy-anoncreds-dev==1.0.25',
'python-dateutil',
'timeout-decorator'],
Expand Down

0 comments on commit 217b847

Please sign in to comment.