Skip to content

python: update projects to use pyproject.toml #138

@ReenigneArcher

Description

@ReenigneArcher

Is there an existing issue for this item?

  • I have searched the existing issues

Repositories

LizardByte/support-bot

Languages/Skills/Technologies

Python, Bash/Shell/Scripting, GitHub actions

Description

Update projects to use pyproject.toml files instead of individual requirements.txt, requirements-dev.txt, etc.

This is adventageous because it's better supported by tooling like @dependabot, which was not updating some python dependenices in support-bot. Additionally, some tools, like pytest, can be configured directly in the pyproject.toml file instead of external config files or command line. This results in less duplication.

Estimated Effort

effort:Medium

Priority

priority:Medium

Target Milestone

1-3 months

Dependencies

No response

Metadata

Metadata

Type

Projects

Status

In Progress

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions