changeset 2f01695e906a in trytond:default
details: https://hg.tryton.org/trytond?cmd=changeset&node=2f01695e906a
description:
Requires python-sql >= 1.3 to use queries in conditionals
Since issue7177 this features is needed to set the path.
issue11671
review441361003
diffstat:
setup.py | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diffs (12 lines):
diff -r 086f841d105c -r 2f01695e906a setup.py
--- a/setup.py Fri Aug 26 18:12:02 2022 +0200
+++ b/setup.py Thu Sep 01 22:10:10 2022 +0200
@@ -157,7 +157,7 @@
'Genshi',
'python-dateutil',
'polib',
- 'python-sql >= 0.5',
+ 'python-sql >= 1.3',
'werkzeug',
'wrapt',
'passlib >= 1.7.0',