Skip to content

Commit

Permalink
Update python dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
bitwiseman committed Aug 6, 2019
1 parent bdb31ae commit 5f85e7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ def run_tests(self):
'jsbeautifier.core',
'jsbeautifier.javascript',
'jsbeautifier.unpackers', 'jsbeautifier.unpackers.tests'],
install_requires=["six>=1.6.1", "editorconfig>=0.12.0"],
install_requires=["six>=1.12.0", "editorconfig>=0.12.2"],
license='MIT',
test_suite='pytest.collector',
cmdclass={'test': PyTest},
Expand Down

0 comments on commit 5f85e7e

Please sign in to comment.