tutor/pyproject.toml

21 lines
373 B
TOML
Raw Normal View History

2021-07-05 22:23:08 +00:00
[tool.poetry]
name = "tutor"
version = "0.1.0"
description = ""
authors = ["Correl Roush <correl@gmail.com>"]
[tool.poetry.dependencies]
python = "^3.9"
tornado = "^6.1"
aiosqlite = "^0.17.0"
click = "^8.0.1"
[tool.poetry.dev-dependencies]
pytest = "^5.2"
black = "^21.6b0"
mypy = "^0.910"
[build-system]
requires = ["poetry>=0.12"]
build-backend = "poetry.masonry.api"