diff --git a/setup.py b/setup.py index 62d392f..2881b4e 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ setup( package_data={ 'hy_odoo': ['*.hy'], }, - install_requires=["hy"], + install_requires=["hy==0.17.Y"], author="Fabien Bourgeois", author_email="fabien@yaltik.com", description="HY functions and macros for Odoo",