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 8bed128 commit 072016cCopy full SHA for 072016c
setup.py
@@ -18,7 +18,7 @@
18
"clvm-tools-rs==0.1.39", # Rust implementation of clvm_tools' compiler
19
"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.3", # Binary data management library
+ "bitstring==4.1.4", # Binary data management library
22
"colorama==0.4.6", # Colorizes terminal output
23
"colorlog==6.7.0", # Adds color to logs
24
"concurrent-log-handler==0.9.24", # Concurrently log and rotate logs
0 commit comments