Skip to content

Commit

Permalink
Merge pull request #33 from cs50/jsbeautifier
Browse files Browse the repository at this point in the history
fixed jsbeautifier version for now
  • Loading branch information
Kareem Zidane authored Sep 18, 2017
2 parents 7053a4b + 6eaf3dd commit b336a98
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 @@ -10,7 +10,7 @@
"Topic :: Utilities"
],
description="This is style50, with which code can be checked against the CS50 style guide",
install_requires=["argparse", "autopep8", "icdiff", "jsbeautifier", "six", "termcolor"],
install_requires=["argparse", "autopep8", "icdiff", "jsbeautifier==1.6.14", "six", "termcolor"],
dependency_links=["git+https://github.com/jeffkaufman/icdiff.git"],
keywords=["style", "style50"],
name="style50",
Expand All @@ -20,5 +20,5 @@
"console_scripts": ["style50=style50.__main__:main"],
},
url="https://github.com/cs50/style50",
version="2.1.4"
version="2.1.5"
)

0 comments on commit b336a98

Please sign in to comment.