Skip to content

Instantly share code, notes, and snippets.

@jainal09
Created June 8, 2023 23:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jainal09/f29f84e5ae4a657be5bc6814858a9a23 to your computer and use it in GitHub Desktop.
Save jainal09/f29f84e5ae4a657be5bc6814858a9a23 to your computer and use it in GitHub Desktop.
pyproject.toml
[tool.poetry]
name = "xxxxxxx"
version = "0.1.0"
description = "xxxxxxxx"
authors = ["xxxxx <xxxxxx@xxxxx.com>"]
readme = "README.md"
[tool.poetry.dependencies]
python = "^3.10"
pydantic = "^1.10.8"
grpcio = "^1.54.2"
grpcio-tools = "^1.54.2"
python-dotenv = "^1.0.0"
websockets = "^11.0.3"
tenacity = "^8.2.2"
pytest = "^7.3.1"
uvicorn = "^0.22.0"
[tool.poetry.dev-dependencies]
pytest-cov = "^4.1.0"
black = "^23.3.0"
flake8 = "^6.0.0"
safety = "^2.3.5"
pre-commit = "^3.3.2"
isort = "^5.12.0"
autoflake = "^2.1.1"
[tool.isort]
multi_line_output = 3
include_trailing_comma = true
force_grid_wrap = 0
line_length = 88
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment