Skip to content

Commit 1912612

Browse files
committed
Add additional dependencies for pylint
1 parent a6bf309 commit 1912612

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

Pipfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ importlib_metadata = {version = "*", markers="python_version < '3.8'"}
1818
zipp = {version = "*", markers="python_version < '3.8'"}
1919
exceptiongroup = {version = "*", markers="python_version < '3.11'"}
2020
tomli = {version = "*", markers="python_version < '3.11'"}
21+
wrapt = {version = "*", markers="python_version < '3.11'"}
22+
dill = {version = "*", markers="python_version < '3.11'"}
2123

2224
[packages]
2325
requests = "*"

Pipfile.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)