summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorDaniƫl van Noord <13665637+DanielNoord@users.noreply.github.com>2021-12-30 15:14:20 +0100
committerGitHub <noreply@github.com>2021-12-30 15:14:20 +0100
commit019794b808271d45f86a7014e9c91cb04458a47a (patch)
tree84a3de7a71d581d3c373b1ff6720a52886251fda /setup.cfg
parent3d3d48f80418d26ea64c73d510483b0a9e0a0698 (diff)
downloadpylint-git-019794b808271d45f86a7014e9c91cb04458a47a.tar.gz
Use ``dill`` to pickle when run in parallel mode (#5609)
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg4
1 files changed, 4 insertions, 0 deletions
diff --git a/setup.cfg b/setup.cfg
index 2a0bb250a..8b438e645 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -43,6 +43,7 @@ project_urls =
[options]
packages = find:
install_requires =
+ dill>=0.2
platformdirs>=2.2.0
astroid>=2.9.0,<2.10 # (You should also upgrade requirements_test_min.txt)
isort>=4.2.5,<6
@@ -123,3 +124,6 @@ ignore_missing_imports = True
[mypy-git.*]
ignore_missing_imports = True
+
+[mypy-dill]
+ignore_missing_imports = True