Skip to content

Commit

Permalink
chore: Update dependencies in pyproject.toml and requirements-dev.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
grongierisc committed Jul 23, 2024
1 parent 5965149 commit eb2f1f9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@ classifiers = [

dependencies = [
"dacite >=1.6.0",
"xmltodict>=0.12.0"
"xmltodict>=0.12.0",
"iris-embedded-python-wrapper>=0.0.6"
]

license = { file = "LICENSE" }
Expand Down
3 changes: 2 additions & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,5 @@ intersystems_iris @ https://github.com/intersystems-community/intersystems-irisp
requests
dataclasses-json
wheel
twine
twine
iris-embedded-python-wrapper

0 comments on commit eb2f1f9

Please sign in to comment.