-
Notifications
You must be signed in to change notification settings - Fork 1
/
pyproject.toml
43 lines (37 loc) · 940 Bytes
/
pyproject.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
[tool.poetry]
name = "\u001b"
version = "0.3.0"
description = ""
authors = ["John Chase <johnhchase@protonmail.com>"]
[tool.poetry.dependencies]
python = "^3.8"
alembic-verify = "^0.1.4"
fastapi-manage = "^0.8.0"
sqlalchemy-cockroachdb = "^1.3.3"
SQLAlchemy = "^1.4.17"
fastapi = "^0.65.1"
alembic = "^1.6.5"
pytest-cov = "^3.0.0"
psycopg2-binary = "^2.9.3"
[tool.poetry.dev-dependencies]
flake8 = "^3.9.2"
black = "^21.5b2"
codespell = "^2.1.0"
isort = "^5.10.1"
pytest = "^6.2.5"
commitizen = "^2.20.4"
pre-commit = "^2.17.0"
flake8-docstrings = "^1.6.0"
pytest-cov = "^3.0.0"
pytest-isort = "^3.0.0"
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"
[tool.black]
line-length = 119
exclude = "alembic/*"
[tool.commitizen]
name = "cz_conventional_commits"
version = "0.3.0"
version_files = ["pyproject.toml:version", "app/__init__.py"]
exclude = ["*alembic/*.py", "cdk-neocortex/*", "*nox*"]