Cédric Krier pushed to branch branch/5.0 at Tryton / Tryton
Commits: 807377c0 by Cédric Krier at 2023-02-13T10:17:01+01:00 Restore install_requires in setup.py of trytond-gis It was wrongly removed by d9b53e5a1be6. - - - - - 1 changed file: - trytond-gis/setup.py Changes: ===================================== trytond-gis/setup.py ===================================== @@ -65,6 +65,7 @@ platforms='any', license='GPL-3', python_requires='>=3.4', + install_requires=requires, entry_points={ 'trytond.backend': [ 'postgis = trytond_gis.postgis', View it on Heptapod: https://foss.heptapod.net/tryton/tryton/-/commit/807377c0b403c295c3a5ce92abf6e54f7f82066c -- View it on Heptapod: https://foss.heptapod.net/tryton/tryton/-/commit/807377c0b403c295c3a5ce92abf6e54f7f82066c You're receiving this email because of your account on foss.heptapod.net.