1
0
mirror of https://github.com/enpaul/keyosk.git synced 2024-09-28 19:54:01 +00:00

Populate development dependencies

This commit is contained in:
Ethan Paul 2020-02-18 23:02:02 -05:00
parent 0516970935
commit 1282300dea
2 changed files with 1380 additions and 1 deletions

1367
poetry.lock generated

File diff suppressed because it is too large Load Diff

View File

@ -4,12 +4,26 @@ version = "0.1.0"
description = "REST API for issuing and managing JSON web tokens"
authors = ["Ethan Paul <e@enp.one>"]
license = "MIT"
repository = "https://github.com/enpaul/keyosk/"
packages = [{include = "keyosk"}]
[tool.poetry.dependencies]
python = "^3.6"
toml = "^0.10.0"
[tool.poetry.dev-dependencies]
tox = "^3.14.5"
sphinx = "^2.4.2"
sphinx-autodoc-typehints = "^1.10.3"
reorder-python-imports = "^1.9.0"
bandit = "^1.6.2"
ipython = "^7.12.0"
pre-commit = "^2.1.0"
mypy = "^0.761"
pytest = "^5.3.5"
black = {version = "^19.10b0", allow-prereleases = true}
pylint = "2.3.1"
astroid = "2.2.5"
[build-system]
requires = ["poetry>=1.0.0"]