We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc6cc2b commit 6a612e6Copy full SHA for 6a612e6
setup.py
@@ -55,9 +55,7 @@
55
(BASE_DIR, ['data/nssm_original.exe'])
56
)],
57
58
- # Update ./build-scripts/ubuntu-xxxx/build-3rd-parties.sh when this list gets updated.
59
- # - Excluding changes to indy-plenum.
60
- install_requires=['indy-plenum==1.13.1',
+ install_requires=['indy-plenum==1.14.0-rc0',
61
# importlib-metadata needs to be pinned to 3.10.1 because from v4.0.0 the package
62
# name ends in python3-importlib-metadata_0.0.0_amd64.deb
63
# see also build-scripts/ubuntu-2004/build-3rd-parties.sh
0 commit comments