[LINT]use pre commit to generate requirements

This commit is contained in:
Florent THOMAS
2024-12-13 23:04:08 +01:00
parent a9813554ba
commit 0f92cf69eb
3 changed files with 8 additions and 6 deletions

View File

@@ -11,10 +11,12 @@
"license": "LGPL-3",
"depends": ["base_external_dbsource_sqlite"],
"external_dependencies": {
"python": [
"pymssql<=2.2.5 ; python_version <= '3.10'",
"pymssql<=2.2.8 ; python_version > '3.10'"
"sqlalchemy"]},
"python": [
"pymssql<=2.2.5 ; python_version <= '3.10'",
"pymssql<=2.2.8 ; python_version > '3.10'",
"sqlalchemy",
]
},
"demo": ["demo/base_external_dbsource.xml"],
"installable": True,
}