Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
rhizome-ai authored Jun 8, 2022
1 parent 6a56444 commit d46f760
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand All @@ -39,4 +39,4 @@
classifiers = [
'Programming Language :: Python :: 3.9'
]
)
)

0 comments on commit d46f760

Please sign in to comment.