1
0
mirror of https://github.com/enpaul/mezzo.git synced 2025-12-19 18:22:34 +00:00

Add dev dependencies

Update dotfiles
Add toxfile
This commit is contained in:
2020-03-14 11:18:51 -04:00
parent 5b1c67e5c1
commit 637f3297f8
6 changed files with 1579 additions and 7 deletions

View File

@@ -6,9 +6,21 @@ authors = ["Ethan Paul <e@enp.one>"]
license = "MIT"
[tool.poetry.dependencies]
python = "^3.4"
python = "^3.5"
[tool.poetry.dev-dependencies]
tox = "^3.14.5"
sphinx = "^2.4.4"
sphinx-autodoc-typehints = {version = "^1.10.3", python = "^3.5.2"}
reorder-python-imports = {version = "^2.1.0", python = "^3.6.1"}
bandit = "^1.6.2"
ipython = {version = "^7.13.0", python = "^3.6"}
pre-commit = "^1.10"
mypy = "^0.770"
black = {version = "^19.10b0", allow-prereleases = true, python = "^3.6"}
pylint = "^2.4.4"
pytest = "^5.4.1"
pytest-cov = "^2.8.1"
[build-system]
requires = ["poetry>=1.0.0"]