Skip to content

[FEATURE] Improve requirements #155

@mjspeck

Description

@mjspeck

Is your feature request related to a problem? Please describe.

A cleaner way to manage dependencies is crucial at the beginning of a project to reduce technical debt and allow collaboration and development. The current requirements.txt has a ton of pinned dependencies which is not optimal and very difficult to update.

Describe the solution you'd like

I propose using a dependency manager like Poetry or PDM (my preference) to handle this and to replace the current requirements.txt. This would mean a few files would be added:

  • pyproject.toml
  • pdm.lock

And some removed:

  • requirements.txt
  • setup.py

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions