flex/interactive/sdk/master/pyproject.toml (30 lines of code) (raw):

[tool.poetry] name = "gs_interactive" version = "0.3" description = "GraphScope Interactive API v0.3" authors = ["OpenAPI Generator Community <graphscope@alibaba-inc.com>"] license = "Apache 2.0" readme = "README.md" repository = "https://github.com/GIT_USER_ID/GIT_REPO_ID" keywords = ["OpenAPI", "OpenAPI-Generator", "GraphScope Interactive API v0.3"] include = ["gs_interactive/py.typed"] [tool.poetry.dependencies] python = "^3.7" urllib3 = ">= 1.25.3" python-dateutil = ">=2.8.2" pydantic = ">=2" typing-extensions = ">=4.7.1" [tool.poetry.dev-dependencies] pytest = ">=7.2.1" tox = ">=3.9.0" flake8 = ">=4.0.0" [build-system] requires = ["setuptools"] build-backend = "setuptools.build_meta" [tool.pylint.'MESSAGES CONTROL'] extension-pkg-whitelist = "pydantic" [tool.pytest.ini_options] log_cli = true log_cli_level = "INFO" log_cli_format = "%(asctime)s [%(levelname)8s] %(message)s (%(filename)s:%(lineno)s)" log_cli_date_format = "%Y-%m-%d %H:%M:%S"