unicheckbot/apps/api/pyproject.toml

22 lines
415 B
TOML
Raw Normal View History

2021-01-03 00:56:55 +03:00
[tool.poetry]
name = "api"
version = "0.1.0"
description = "Host report API"
authors = ["kiriharu <kiriharu@yandex.ru>"]
[tool.poetry.dependencies]
python = "^3.8.2"
Flask = "^1.1.2"
gevent = "^20.12.1"
requests = "^2.25.1"
2021-01-04 02:51:39 +03:00
icmplib = "^2.0.1"
2021-01-05 02:18:06 +03:00
mcstatus = "^4.1.0"
2021-01-03 00:56:55 +03:00
core = {path = "../core"}
[tool.poetry.dev-dependencies]
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"