Skip to content

Use extras to define packaging options and their dependencies #2452

@samuelhwilliams

Description

@samuelhwilliams

At the moment we don't cleanly define what the package version requirements are for the optional dependencies (sqlalchemy, mongoengine, etc).

We could make these installable for package extras (eg pip install flask-admin[sqlalchemy]) and then have clearer versioning constraints to

  • help users understand what is/isn't supported.
  • make it easier/simpler to install flask-admin and have it work
  • clear up what testing variants we might need (eg for major versions of dependencies)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions