Skip to content

Commit d07f815

Browse files
authored
Merge pull request #424 from dianna-ai/423-pin-prospector
Pin prospector version to avoid pyroma install error
2 parents f7c6042 + d7e9d06 commit d07f815

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ install_requires =
6262
[options.extras_require]
6363
dev =
6464
bump2version
65-
prospector[with_pyroma]
65+
prospector[with_pyroma]==1.7.7 # last version that works, see https://github.com/PyCQA/prospector/issues/545
6666
pylint==2.15.6
6767
isort
6868
pytest

0 commit comments

Comments
 (0)