Skip to content

Commit 000ec59

Browse files
committed
Remove unused dependencies from project configuration for improved clarity and maintainability
1 parent b1bacdd commit 000ec59

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

pyproject.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,10 @@ classifiers = [
2727
]
2828

2929
dependencies = [
30-
"dacite >=1.6.0",
3130
"pydantic>=2.0.0",
3231
"xmltodict>=0.12.0",
3332
"iris-embedded-python-wrapper>=0.0.6",
3433
"setuptools>=40.8.0",
35-
"dc-schema>=0.0.8",
3634
"jsonpath-ng>=1.7.0"
3735
]
3836

requirements-dev.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,11 @@
11
pytest
22
pytest-asyncio
3-
dacite
43
xmltodict
54
intersystems_iris @ https://github.com/intersystems-community/intersystems-irispython/releases/download/3.8.0/intersystems_iris-3.8.0-py3-none-any.whl
65
requests
76
dataclasses-json
87
wheel
98
twine
109
iris-embedded-python-wrapper
11-
dc-schema
1210
jsonpath-ng
1311
pydantic>=2.0.0

0 commit comments

Comments
 (0)