github.com/treeverse/lakefs@v1.24.1-0.20240520134607-95648127bfb0/clients/python/pyproject.toml (about)

     1  [tool.poetry]
     2  name = "lakefs_sdk"
     3  version = "0.1.0-SNAPSHOT"
     4  description = "lakeFS API"
     5  authors = ["Treeverse <services@treeverse.io>"]
     6  license = "Apache 2.0"
     7  readme = "README.md"
     8  repository = "https://github.com/treeverse/lakeFS"
     9  keywords = ["OpenAPI", "OpenAPI-Generator", "lakeFS API"]
    10  include = ["lakefs_sdk/py.typed"]
    11  
    12  [tool.poetry.dependencies]
    13  python = "^3.7"
    14  
    15  urllib3 = ">= 1.25.3"
    16  python-dateutil = ">=2.8.2"
    17  pydantic = "^1.10.5, <2"
    18  aenum = ">=3.1.11"
    19  
    20  [tool.poetry.dev-dependencies]
    21  pytest = ">=7.2.1"
    22  tox = ">=3.9.0"
    23  flake8 = ">=4.0.0"
    24  
    25  [build-system]
    26  requires = ["setuptools"]
    27  build-backend = "setuptools.build_meta"
    28  
    29  [tool.pylint.'MESSAGES CONTROL']
    30  extension-pkg-whitelist = "pydantic"