- 28 Mar, 2021 1 commit
-
-
David Runge authored
pyproject.toml: Include the tests using poetry's integration for includes instead of packages, as the latter leads to the tests being added to packages in the generated setup.py. Fixes #11
-
- 20 Mar, 2021 2 commits
-
-
David Runge authored
pyproject.toml: Add pytest configuration to setup the custom marker "integration".
-
David Runge authored
pyproject.toml: Add subprocess-tee to the list of dependencies for the project.
-
- 18 Mar, 2021 1 commit
-
-
David Runge authored
pyproject.toml: Add script entrypoint for `json2db`.
-
- 17 Mar, 2021 1 commit
-
-
David Runge authored
pyproject.toml: Add jinja2 as repository dependency.
-
- 09 Mar, 2021 1 commit
-
-
David Runge authored
pyproject.toml: Add a script setup for dbj2son pointing to `repo_management.cli:db2json`. This can be used via `poetry run db2json`.
-
- 08 Mar, 2021 1 commit
-
-
David Runge authored
pyproject.toml: Add orjson to the list of dependencies. Add mock to the list of development dependencies.
-
- 07 Mar, 2021 1 commit
-
-
David Runge authored
pyproject.toml: Add pydantic to dependencies, as it will be used to validate configuration and internal typing.
-
- 06 Mar, 2021 1 commit
-
-
David Runge authored
pyproject.toml: Add a pyproject.toml for describing the project, configuring all currently required dependencies and development dependencies. The configuration adds entries for the code formatter black, the import sorting tool isort and for the coverage report generation tool coverage.
-