From d46f7606c8d74d5a0e84cab9a14d81ddab1a0530 Mon Sep 17 00:00:00 2001 From: Rhizome <61095629+rhizome-ai@users.noreply.github.com> Date: Wed, 8 Jun 2022 11:19:12 +0900 Subject: [PATCH] Update setup.py --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index d260944..bf22613 100644 --- a/setup.py +++ b/setup.py @@ -30,7 +30,7 @@ url = 'https://github.com/rhizome-ai/apache-age-python', download_url = 'https://github.com/rhizome-ai/apache-age-python/releases/' , license = 'Apache2.0', - install_requires = [ 'psycopg2', 'antlr4-python3-runtime' ], + install_requires = [ 'psycopg2', 'antlr4-python3-runtime==4.9.2' ], packages = ['age', 'age.gen'], keywords = ['Graph Database', 'Apache AGE', 'PostgreSQL'], python_requires = '>=3.9', @@ -39,4 +39,4 @@ classifiers = [ 'Programming Language :: Python :: 3.9' ] -) \ No newline at end of file +)