Skip to content

Add dependencies to pyproject.toml #9

Description

@DaveBathnes

I think to tell pip what to install when importing the packages, it will need the dependencies from the requirements.txt

[project]
name = "catalyst-ngd-wrappers-python"
version = "0.1.0"
requires-python = ">=3.11"
dependencies = [
    "datetime==5.5",
    "requests==2.32.4",
    "shapely==2.1.1",
]

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions