Skip to content

Commit 871b343

Browse files
anthonyyangdevGitHub Enterprise
authored and
GitHub Enterprise
committed
Merge pull request #46 from rv22/anthonyyangdev/install-requires-setup-fix
Fix install_requires field of setup
2 parents 1dee849 + 40eccdf commit 871b343

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -135,8 +135,8 @@ def get_c_extension_include_dirs():
135135
long_description_content_type='text/markdown',
136136
packages=setuptools.find_packages(),
137137
install_requires=[
138-
'antlr-denter; python_version >= "1.3.1"',
139-
'antlr4-python3-runtime; python_version == "4.9.3"',
138+
'antlr-denter>=1.3.1',
139+
'antlr4-python3-runtime==4.9.3',
140140
'automata-lib',
141141
'pydot',
142142
'requests',

0 commit comments

Comments
 (0)