Skip to content

Commit 13968ad

Browse files
committed
fix: resolve environment-dependent ty failure and deptry warnings
1 parent 85fd9cc commit 13968ad

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

pyproject.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -290,6 +290,11 @@ opensemantic-core = "opensemantic"
290290
opensemantic-base = "opensemantic"
291291
pybars3-wheel = "pybars"
292292
"backports.strenum" = "backports"
293+
# extras packages not installed in the dev env, mapped explicitly so
294+
# deptry does not have to guess ("Assuming ..." warnings)
295+
psycopg2 = "psycopg2"
296+
openpyxl = "openpyxl"
297+
pysimplegui = "PySimpleGUI"
293298

294299
[tool.deptry.per_rule_ignores]
295300
# DEP002: declared but not imported anywhere in src

0 commit comments

Comments
 (0)