crossword-together/pyproject.toml
2020-10-27 16:52:17 -04:00

19 lines
382 B
TOML

[tool.poetry]
name = "crossword-together"
version = "0.1.0"
description = ""
authors = ["Anthony Cicchetti <anthony@anthonycicchetti.com>"]
[tool.poetry.dependencies]
python = "^3.9"
fastapi = "^0.61.1"
uvicorn = "^0.12.2"
puzpy = "^0.2.5"
[tool.poetry.dev-dependencies]
pytest = "^5.2"
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"