We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1bacdd commit 000ec59Copy full SHA for 000ec59
pyproject.toml
@@ -27,12 +27,10 @@ classifiers = [
27
]
28
29
dependencies = [
30
- "dacite >=1.6.0",
31
"pydantic>=2.0.0",
32
"xmltodict>=0.12.0",
33
"iris-embedded-python-wrapper>=0.0.6",
34
"setuptools>=40.8.0",
35
- "dc-schema>=0.0.8",
36
"jsonpath-ng>=1.7.0"
37
38
requirements-dev.txt
@@ -1,13 +1,11 @@
1
pytest
2
pytest-asyncio
3
-dacite
4
xmltodict
5
intersystems_iris @ https://github.com/intersystems-community/intersystems-irispython/releases/download/3.8.0/intersystems_iris-3.8.0-py3-none-any.whl
6
requests
7
dataclasses-json
8
wheel
9
twine
10
iris-embedded-python-wrapper
11
-dc-schema
12
jsonpath-ng
13
pydantic>=2.0.0
0 commit comments