Skip to content

Commit

Permalink
pin v1 to use cpp-linter v1.4.9 (#115)
Browse files Browse the repository at this point in the history
  • Loading branch information
shenxianpeng authored Oct 25, 2022
1 parent 17526ee commit 68f7e75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@
setuptools.setup(
name="cpp-linter-deprecated",
version="0.0.0",
install_requires=["cpp-linter"],
install_requires=["cpp-linter==1.4.9"],
py_modules=[""],
)

0 comments on commit 68f7e75

Please sign in to comment.