mirror of
https://github.com/pre-commit/pre-commit-hooks.git
synced 2026-04-05 11:36:54 +00:00
Merge pull request #3 from CalthorpeAnalytics/pin-python-package-versions
Pin Python package versions
This commit is contained in:
commit
b806ebed80
1 changed files with 5 additions and 5 deletions
10
setup.py
10
setup.py
|
|
@ -25,11 +25,11 @@ setup(
|
||||||
packages=find_packages(exclude=('tests*', 'testing*')),
|
packages=find_packages(exclude=('tests*', 'testing*')),
|
||||||
install_requires=[
|
install_requires=[
|
||||||
# quickfix to prevent pep8 conflicts
|
# quickfix to prevent pep8 conflicts
|
||||||
'flake8!=2.5.3',
|
'flake8==3.3.0',
|
||||||
'autopep8>=1.1',
|
'autopep8==1.2.4',
|
||||||
'pyyaml',
|
'pyyaml==3.12',
|
||||||
'simplejson',
|
'simplejson==3.10.0',
|
||||||
'six',
|
'six==1.10.0',
|
||||||
],
|
],
|
||||||
entry_points={
|
entry_points={
|
||||||
'console_scripts': [
|
'console_scripts': [
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue