Skip to content

Commit

Permalink
Merge 61b13f5 into 1dccb3a
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] committed Dec 23, 2022
2 parents 1dccb3a + 61b13f5 commit 25f8215
Show file tree
Hide file tree
Showing 2 changed files with 76 additions and 69 deletions.
5 changes: 5 additions & 0 deletions Pipfile
Expand Up @@ -45,6 +45,11 @@ tomli = {markers = "python_version < '3.11'"}
# > import wrapt
# > ModuleNotFoundError: No module named 'wrapt'
wrapt = "*"
# remove `"markers": "python_version >= '3.11'"` to workaround:
# > File "[...]/lib/python3.7/site-packages/pylint/lint/parallel.py", line 13, in <module>
# > import dill
# > ModuleNotFoundError: No module named 'dill'
dill = {markers = "python_version >= '0'"}

[requires]
python_version = "3"
Expand Down
140 changes: 71 additions & 69 deletions Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 25f8215

Please sign in to comment.