Skip to content

Commit 109446b

Browse files
committed
Updated requirements
1 parent e5c9074 commit 109446b

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ def read(*names, **kwargs):
6161
],
6262
long_description=read('README.rst'),
6363
install_requires=[
64-
'ply',
64+
'antlr4-python3-runtime',
6565
'bernardomg.tox-test-command',
6666
'bernardomg.version-extractor'
6767
],
@@ -71,4 +71,5 @@ def read(*names, **kwargs):
7171
'build_docs': BuildDoc,
7272
'test': ToxTestCommand
7373
},
74+
python_requires='>=3.6',
7475
)

0 commit comments

Comments
 (0)