Skip to content

Commit 77ddd3e

Browse files
authored
Merge pull request #195 from jakkdl/pin_dependencies
add version requirements on flake8&libcst
2 parents 5009792 + 6bacff0 commit 77ddd3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ def local_file(name: str) -> Path:
2929
license="MIT",
3030
description="A highly opinionated flake8 plugin for Trio-related problems.",
3131
zip_safe=False,
32-
install_requires=["flake8", "libcst"],
32+
install_requires=["flake8>=5", "libcst>=0.4"],
3333
python_requires=">=3.9",
3434
classifiers=[
3535
"Development Status :: 3 - Alpha",

0 commit comments

Comments
 (0)