Commit b86c1d6
fix: move dev dependencies to optional-dependencies
pytest, pytest-cov, coverage, and setuptools were incorrectly listed
as runtime dependencies, causing them to be installed with
'pip install json2xml'. Moved them to [project.optional-dependencies]
under 'dev' group, so users get only defusedxml, urllib3, and xmltodict
at runtime. Developers can install with 'pip install json2xml[dev]'.
Amp-Thread-ID: https://ampcode.com/threads/T-019c089b-8a28-7339-9e2b-8f57ec323b58
Co-authored-by: Amp <[email protected]>1 parent c7208c5 commit b86c1d6
1 file changed
+4
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
34 | | - | |
35 | | - | |
36 | | - | |
37 | | - | |
38 | 34 | | |
39 | 35 | | |
40 | 36 | | |
| |||
47 | 43 | | |
48 | 44 | | |
49 | 45 | | |
50 | | - | |
| 46 | + | |
51 | 47 | | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
52 | 51 | | |
53 | 52 | | |
54 | 53 | | |
| |||
0 commit comments