Files
dataforge-cli/tests/dataforge_fixtures/sample.json
7000pctAUTO a27d271696
Some checks failed
CI / test (ubuntu-latest, 3.10) (push) Has been cancelled
CI / test (ubuntu-latest, 3.11) (push) Has been cancelled
CI / test (ubuntu-latest, 3.12) (push) Has been cancelled
CI / test (ubuntu-latest, 3.8) (push) Has been cancelled
CI / test (ubuntu-latest, 3.9) (push) Has been cancelled
CI / test-minimal (push) Has been cancelled
CI / lint (push) Has been cancelled
CI / build (push) Has been cancelled
CI / release (push) Has been cancelled
Fix CI/CD issues: linting errors and test file corruption
2026-02-03 05:13:42 +00:00

16 lines
321 B
JSON

{
"name": "test-project",
"version": "1.0.0",
"dependencies": {
"click": "^8.0",
"pyyaml": "^6.0",
"jsonschema": "^4.17"
},
"devDependencies": {
"pytest": "^7.0",
"pytest-cov": "^4.0"
},
"keywords": ["cli", "data", "validation"],
"license": "MIT"
}