No description
- Python 100%
Bumps [werkzeug](https://github.com/pallets/werkzeug) from 2.2.3 to 2.3.8. - [Release notes](https://github.com/pallets/werkzeug/releases) - [Changelog](https://github.com/pallets/werkzeug/blob/main/CHANGES.rst) - [Commits](https://github.com/pallets/werkzeug/compare/2.2.3...2.3.8) --- updated-dependencies: - dependency-name: werkzeug dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> |
||
|---|---|---|
| .github/workflows | ||
| retry_tasks_lib | ||
| tests | ||
| .coveragerc | ||
| .gitignore | ||
| CODEOWNERS | ||
| poetry.lock | ||
| pyproject.toml | ||
| README.md | ||
Retry Task Library
Helpers functions and models to setup async tasks with rq
Requirements
You'll need to install:
Installing libs
poetry install -E admin -E reporting
Running tests
poetry run pytest tests
Bumping release number
- Edit pyproject.toml and alter the version number.
- Push it straight to master with an "increase version no" message
- Then make a new Release in that project.
- Same process as other apps - tag it on the master branch with the new version number.
- That will make the new package and put it on the pypi server
- Then edit the consuming app's pyproject.toml to the new version number and run
poetry lock --no-update && poetry install --sync