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

26 lines
542 B
TOML
Raw Normal View History

2019-09-23 18:10:42 +00:00
[tool.poetry]
name = "jeeves"
version = "0.1.0"
description = ""
authors = ["Felipe Martin <me@fmartingr.com>"]
[tool.poetry.dependencies]
python = "^3.7"
black = {version = "^18.3-alpha.0", allows-prereleases = true}
django = "^2.2"
django-environ = "^0.4.5"
2019-09-29 12:30:19 +00:00
pydantic = "^0.32.2"
2019-09-23 18:10:42 +00:00
[tool.poetry.dev-dependencies]
flake8 = "^3.7"
isort = "^4.3"
pre-commit = "^1.18"
rope = "^0.14.0"
ipdb = "^0.12.2"
2019-09-23 21:11:26 +00:00
pytest = "^5.1"
pytest-django = "^3.5"
pytest-tldr = "^0.2.1"
2019-09-23 18:10:42 +00:00
[build-system]
requires = ["poetry>=0.12"]
build-backend = "poetry.masonry.api"