Try the newly patched aiosqlite at 0.17.0

This commit is contained in:
Gene Hoffman
2021-02-21 19:57:34 -08:00
parent d11d96fa9e
commit 3bcaacceb3
+1 -2
View File
@@ -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