Skip to content
Open
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 Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ websockets = ">=7.0"
aiodns = ">=1.1" # aiodns speeds up DNS resolving
cchardet = "*" # cchardet is a faster replacement for chardet
# --- Optional dependencies ------------------------------------------------------------------
aiofile = ">=2.0.0" # used by util/async_file.py
aiofile = ">=3.9.0" # used by util/async_file.py
aiokafka = "*" # pip install cryptofeed[kafka]
aioredis = "*" # pip install cryptofeed[redis]
arctic = "*" # pip install cryptofeed[arctic]
Expand Down