We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84aa0bf commit 391bbd9Copy full SHA for 391bbd9
requirements.txt
@@ -1,4 +1,4 @@
1
-chia-blockchain==2.0.0
+chia-blockchain==2.4.2
2
blspy==2.0.3
3
setuptools~=67.6.1
4
aiosqlite==0.20.0
setup.py
@@ -14,7 +14,7 @@ def read(fname):
14
15
16
dependencies = [
17
- "chia-blockchain==2.0.0",
+ "chia-blockchain==2.4.2",
18
"blspy==2.0.3",
19
"setuptools~=56.1.0",
20
"aiosqlite==0.20.0",
0 commit comments