Skip to content

Instantly share code, notes, and snippets.

@cmsax
Created April 15, 2020 02:06
Show Gist options
  • Save cmsax/12d6cc77849bd4eca645df02fe6aa4cc to your computer and use it in GitHub Desktop.
Save cmsax/12d6cc77849bd4eca645df02fe6aa4cc to your computer and use it in GitHub Desktop.
[tool.poetry]
name = "spirit"
version = "0.1.0"
description = ""
authors = ["ChanceFocus"]
[tool.poetry.dependencies]
python = "^3.7"
docopt = "^0.6.2"
chance-config = "^0.0.11"
uvicorn = "^0.11.3"
fastapi = "^0.52.0"
httpx = "^0.12.1"
chance-yam = "^1.0.0"
[tool.poetry.dev-dependencies]
nose = "^1.3.7"
sphinx = "^2.4.4"
sphinx_rtd_theme = "^0.4.3"
coverage = "^5.0.4"
chance-mock-logger = "^0.0.2"
mock = "^4.0.2"
[[tool.poetry.source]]
name = "prod"
url = "https://pypi.xxxxxxxxxxxxxx"
default = true
[tool.commitizen]
name = "cz_conventional_commits"
version = "0.1.8"
version_files = [
"spirit/__init__.py",
"pyproject.toml:version",
]
[tool.black]
line-length = 79
[tool.poetry.scripts]
spirit = 'spirit.main:main'
[build-system]
requires = ["poetry>=0.12"]
build-backend = "poetry.masonry.api"
[tool.towncrier]
package = "spirit"
filename = "CHANGES.rst"
directory = "CHANGES/"
title_format = "{version} ({project_date})"
template = "CHANGES/TEMPLATE.rst"
issue_format = "`#{issue} "
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment