Skip to content
Snippets Groups Projects
Select Git revision
  • 8ec42f2a71de4b35ff2d127bc9583c0d25319c48
  • master default
  • v1.1.0
  • v1.0.0
4 results

pyproject.toml

Blame
  • pyproject.toml 649 B
    [tool.poetry]
    name = "RoadmapClient"
    version = "1.13.0"
    description = "Allows you to create multiple roadmaps for your projects and displays them in a timeline"
    authors = ["deadlocker8"]
    
    [[tool.poetry.source]]
    name = "TheCodeLabs"
    url = "https://pypi.thecodelabs.de"
    priority = "explicit"
    
    [tool.poetry.dependencies]
    python = "^3.11"
    thecodelabs-baseutils = {version = "*", source = "TheCodeLabs" }
    thecodelabs-flaskutils = {version = "*", source = "TheCodeLabs" }
    flask = "==3.0.0"
    gevent = "==23.9.1"
    requests = "==2.31.0"
    
    [tool.poetry.dev-dependencies]
    
    [build-system]
    requires = ["poetry-core>=1.0.0"]
    build-backend = "poetry.core.masonry.api"