Skip to content
Snippets Groups Projects
Select Git revision
  • 5a8e2c43d5f3909f7e8d13388b2a8a9dbc6697d6
  • master default
  • renovate/requests-2.x
  • renovate/flask-3.x
  • renovate/gevent-25.x
  • renovate/postgres-17.x
  • renovate/python-3.x
  • v1.1.0
  • v1.0.0
9 results

pyproject.toml

Blame
  • pyproject.toml 695 B
    [tool.poetry]
    name = "RoadmapApi"
    version = "2.18.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 = "==2.3.3"
    flask_jwt_extended = "==4.5.2"
    gevent = "==23.7.0"
    psycopg2 = "==2.9.7"
    pyyaml = "==6.0.1"
    
    [tool.poetry.dev-dependencies]
    
    [build-system]
    requires = ["poetry-core>=1.0.0"]
    build-backend = "poetry.core.masonry.api"