Skip to content

Commit

Permalink
fixated pycodestyle version to 2.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rongxin-liu committed Aug 31, 2023
1 parent 6f48bdd commit c1d5e3d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
description="This is style50, with which code can be checked against the CS50 style guide",
long_description=open("README.md").read(),
long_description_content_type="text/markdown",
install_requires=["argparse", "autopep8>=1.4.3", "icdiff", "jsbeautifier", "pycodestyle", "python-magic", "termcolor", "jinja2>=2.10"],
install_requires=["argparse", "autopep8>=1.4.3", "icdiff", "jsbeautifier", "pycodestyle==2.10.0", "python-magic", "termcolor", "jinja2>=2.10"],
dependency_links=["git+https://github.com/jeffkaufman/icdiff.git"],
keywords=["style", "style50"],
name="style50",
Expand All @@ -26,6 +26,6 @@
"console_scripts": ["style50=style50.__main__:main"],
},
url="https://github.com/cs50/style50",
version="2.7.6",
version="2.7.7",
include_package_data=True,
)

0 comments on commit c1d5e3d

Please sign in to comment.