Skip to content

Commit 8fd9ba1

Browse files
author
Troy Melhase
committed
Fixes requirement specifier.
1 parent e7d890b commit 8fd9ba1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,6 @@
7171
'bin/j2py',
7272
],
7373

74-
install_requires=['antlr_python_runtime=3.1.3'],
74+
install_requires=['antlr_python_runtime==3.1.3'],
7575

7676
)

0 commit comments

Comments
 (0)