Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6cf2a9b + b61cf58 commit 495e21bCopy full SHA for 495e21b
1 file changed
setup.py
@@ -39,16 +39,17 @@
39
]
40
},
41
install_requires=[
42
- 'argparse',
43
'aspy.yaml',
44
'cached-property',
45
'jsonschema',
46
'nodeenv>=0.11.1',
47
- 'ordereddict',
48
'pyterminalsize',
49
'pyyaml',
50
'virtualenv',
51
],
+ extras_require={
+ ':python_version=="2.6"': ['argparse', 'ordereddict'],
52
+ },
53
entry_points={
54
'console_scripts': [
55
'pre-commit = pre_commit.main:main',
0 commit comments