Add poetry package manager

This commit is contained in:
Dryusdan 2023-01-03 16:39:33 +01:00
parent 04ee900ade
commit a2cf036031
1 changed files with 15 additions and 0 deletions

15
pyproject.toml Normal file
View File

@ -0,0 +1,15 @@
[tool.poetry]
name = "ovh-server-tracker"
version = "2.0.0"
description = "A bot to track OVH server availability"
authors = ["Dryusdan <contact@dryusdan.fr>"]
license = "GPL-3"
[tool.poetry.dependencies]
python = "^3.9"
[tool.poetry.dev-dependencies]
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"