Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ keyring~=21.5.0
bitstring~=3.1.7
setproctitle~=1.2.2
aiter~=0.13.20191203
aiosqlite~=0.15.0
aiosqlite~=0.18.0
sortedcontainers~=2.3.0
py~=1.9.0
pip~=21.0.1
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"clvm_rs==0.1.3", # noqa
"clvm_tools==0.4.1", # noqa
"aiohttp==3.7.3", # HTTP server for full node rpc
"aiosqlite==0.17.0", # asyncio wrapper for sqlite, to store blocks
"aiosqlite==0.18.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
Expand Down