Skip to content

Commit 554afa5

Browse files
committed
Help pipenv to regenerate Pipfile.lock
1 parent 9c30d8b commit 554afa5

File tree

2 files changed

+192
-180
lines changed

2 files changed

+192
-180
lines changed

Pipfile

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,11 @@ atomicwrites = "*"
1212

1313
# Test and docs deps
1414
pytest-cov = "*"
15-
pytest-flake8 = "*"
15+
# remove this dependency once flake8 has dropped "importlib-metadata <=4.3"
16+
# https://github.com/PyCQA/flake8/pull/1438
17+
flake8 = "<=3.9.2"
18+
importlib-metadata = "<5"
19+
pytest-flake8 = "<=1.1.0"
1620
sphinx-rtd-theme = "*"
1721

1822
[packages]

0 commit comments

Comments
 (0)