Skip to content

Commit eb2f1f9

Browse files
committed
chore: Update dependencies in pyproject.toml and requirements-dev.txt
1 parent 5965149 commit eb2f1f9

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,8 @@ classifiers = [
2727

2828
dependencies = [
2929
"dacite >=1.6.0",
30-
"xmltodict>=0.12.0"
30+
"xmltodict>=0.12.0",
31+
"iris-embedded-python-wrapper>=0.0.6"
3132
]
3233

3334
license = { file = "LICENSE" }

requirements-dev.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,5 @@ intersystems_iris @ https://github.com/intersystems-community/intersystems-irisp
55
requests
66
dataclasses-json
77
wheel
8-
twine
8+
twine
9+
iris-embedded-python-wrapper

0 commit comments

Comments
 (0)