We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e5c9074 commit 109446bCopy full SHA for 109446b
1 file changed
setup.py
@@ -61,7 +61,7 @@ def read(*names, **kwargs):
61
],
62
long_description=read('README.rst'),
63
install_requires=[
64
- 'ply',
+ 'antlr4-python3-runtime',
65
'bernardomg.tox-test-command',
66
'bernardomg.version-extractor'
67
@@ -71,4 +71,5 @@ def read(*names, **kwargs):
71
'build_docs': BuildDoc,
72
'test': ToxTestCommand
73
},
74
+ python_requires='>=3.6',
75
)
0 commit comments