1
0
Fork 0
mirror of https://github.com/Findus23/nonsense.git synced 2024-09-19 16:03:50 +02:00
nonsense/pyproject.toml

19 lines
342 B
TOML
Raw Normal View History

2020-07-13 12:51:22 +02:00
[tool.poetry]
name = "nonsense"
version = "0.1.0"
description = ""
authors = ["Lukas Winkler <git@lw1.at>"]
[tool.poetry.dependencies]
python = "^3.7"
2021-05-12 16:43:30 +02:00
flask = "^2.0.0"
2020-07-13 12:51:22 +02:00
PyYAML = "^5.3.1"
2020-07-13 13:03:08 +02:00
gunicorn = "^20.0.4"
2020-07-13 12:51:22 +02:00
[tool.poetry.dev-dependencies]
2021-05-12 18:41:01 +02:00
requests = "^2.25.1"
2020-07-13 12:51:22 +02:00
[build-system]
requires = ["poetry>=0.12"]
build-backend = "poetry.masonry.api"