Skip to content
This repository was archived by the owner on Jul 6, 2022. It is now read-only.

fix refcount #2 #19

Merged
merged 2 commits into from
Nov 26, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ urllib3>=1.25.11
xxhash>=1.3.0
pytest>=6.1.1

polymath-scalecodec==0.6.1a2
polymath-scalecodec==0.6.1a3
py-sr25519-bindings>=0.1.2
py-ed25519-bindings>=0.1.1
py-bip39-bindings>=0.1.6
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@
'requests>=2.24.0',
'urllib3>=1.25.10',
'xxhash>=1.3.0',
'polymath-scalecodec==0.6.1a2',
'polymath-scalecodec==0.6.1a3',
'py-sr25519-bindings>=0.1.2',
'py-ed25519-bindings>=0.1.1',
'py-bip39-bindings>=0.1.6'
Expand Down