Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 31 - 40 of 47 for host:python-poetry.org (0.01 sec)

  1. Dependency specification | main | Documentation...

    Dependency specification Dependencies for a project can be specified in various forms, which depend on the type of the dependency and on the optional constraints that might be needed for it to be installed. project.dependencies and tool.poetry.dependencies Prior Poetry 2.0, dependencies had to be declared in the tool.poetry.dependencies section of the pyproject.toml file. [tool.poetry.dependencies] requests = "^2.13.0" With Poetry 2.0, you should consider using the project.dependencies section instead. [project] # ... dependencies = [ "requests (>=2.23.0,<3.0.0)" ] While dependencies in tool.poetry.dependencies are specified using toml tables, dependencies in project.dependencies are specified as strings according to PEP 508.
    python-poetry.org/docs/main/dependency-specification/ Similar Results (1)
    Registered: Mon Mar 31 09:26:48 UTC 2025
    - Last Modified: Mon Mar 31 09:26:48 UTC 2025
    - 151.9K bytes
    - Viewed (0)
Back to top