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 531e01c commit 55057dfCopy full SHA for 55057df
setup.py
@@ -16,7 +16,7 @@
16
"clvm_tools==0.4.7", # Currying, Program.to, other conveniences
17
"chia_rs==0.2.13",
18
"clvm-tools-rs==0.1.39", # Rust implementation of clvm_tools' compiler
19
- "aiohttp==3.9.0", # HTTP server for full node rpc
+ "aiohttp==3.9.1", # HTTP server for full node rpc
20
"aiosqlite==0.19.0", # asyncio wrapper for sqlite, to store blocks
21
"bitstring==4.1.2", # Binary data management library
22
"colorama==0.4.6", # Colorizes terminal output
0 commit comments