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 @@ -18,7 +18,7 @@ sortedcontainers = ">=1.5.9"
websockets = ">=7.0"
"yapic.json" = ">=1.4.3" # fast, drop-in replacement of the built-in python.json
# --- Optional packages to speed-up Cryptofeed -----------------------------------------------
aiodns = ">=1.1" # aiodns speeds up DNS resolving
aiodns = ">=3.6.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
Expand Down