From f84924ae04c51dffe31ae115879ff47c970130b8 Mon Sep 17 00:00:00 2001 From: Fabien BOURGEOIS Date: Mon, 22 Feb 2021 14:58:16 +0100 Subject: [PATCH] [REV]Restore specific Yaltik version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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",