fmartingr
/
jeeves
Archived
1
0
Fork 0
This repository has been archived on 2021-02-14. You can view files and clone it, but cannot push or open issues or pull requests.
jeeves/pyproject.toml

43 lines
824 B
TOML

[tool.poetry]
name = "jeeves"
version = "0.1.0a3"
description = ""
authors = ["Felipe Martin <me@fmartingr.com>"]
[tool.poetry.scripts]
jeeves = "jeeves.cli:main"
[tool.poetry.dependencies]
python = "^3.7"
jinja2 = "^2.10"
pydantic = "^0.32.2"
click = "^7.0"
toml = "^0.10.0"
docker = "^4.1.0"
pyyaml = "^5.3.1"
quart = "^0.11.5"
[tool.poetry.dev-dependencies]
black = {version = "^18.3-alpha.0", allow-prereleases = true}
flake8 = "^3.7"
isort = "^4.3"
pre-commit = "^1.18"
rope = "^0.14.0"
ipdb = "^0.12.2"
pytest = "^5.1"
pytest-django = "^3.5"
pytest-tldr = "^0.2.1"
faker = "^2.0"
factory-boy = "^2.12"
sphinx = "^2.2"
doc8 = "^0.8.0"
sphinx-rtd-theme = "^0.4.3"
coverage = "^4.5"
pytest-cov = "^2.7"
pylint = "^2.4"
mypy = "^0.730.0"
[build-system]
requires = ["poetry>=0.12"]
build-backend = "poetry.masonry.api"