diff --git a/Pipfile b/Pipfile index 4b90b5c43..50c70a79f 100644 --- a/Pipfile +++ b/Pipfile @@ -20,7 +20,7 @@ websockets = ">=7.0" uvloop = {version = "*", sys_platform = "!= 'windows'"} "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