mirror of
https://github.com/Chia-Network/chia-blockchain.git
synced 2026-08-24 10:05:29 -05:00
Try the newly patched aiosqlite at 0.17.0
This commit is contained in:
@@ -11,8 +11,7 @@ dependencies = [
|
||||
"clvm_rs==0.1.3", # noqa
|
||||
"clvm_tools==0.3.5", # noqa
|
||||
"aiohttp==3.7.3", # HTTP server for full node rpc
|
||||
"aiosqlite@git+https://github.com/mariano54/aiosqlite.git@47c7b21dd04adb1d41073ee9911a9d4b9c4b370f#egg=aiosqlite",
|
||||
# asyncio wrapper for sqlite, to store blocks
|
||||
"aiosqlite==0.17.0", # asyncio wrapper for sqlite, to store blocks
|
||||
"bitstring==3.1.7", # Binary data management library
|
||||
"colorlog==4.7.2", # Adds color to logs
|
||||
"concurrent-log-handler==0.9.19", # Concurrently log and rotate logs
|
||||
|
||||
Reference in New Issue
Block a user