diff --git a/tests/dataforge_fixtures/sample.yaml b/tests/dataforge_fixtures/sample.yaml index 8e9ecb3..9618865 100644 --- a/tests/dataforge_fixtures/sample.yaml +++ b/tests/dataforge_fixtures/sample.yaml @@ -1,12 +1,15 @@ +--- name: test-project -version: 1.0.0 -description: A test project for DataForge CLI -author: Test Author -settings: - debug: true - timeout: 30 - retries: 3 -tags: - - test +version: "1.0.0" +dependencies: + click: ^8.0 + pyyaml: ^6.0 + jsonschema: ^4.17 +devDependencies: + pytest: ^7.0 + pytest-cov: ^4.0 +keywords: - cli - - dataforge + - data + - validation +license: MIT