1
Fork 0
mirror of https://github.com/RYGhub/royalnet.git synced 2024-11-22 19:14:20 +00:00
royalnet/pyproject.toml

18 lines
355 B
TOML
Raw Normal View History

2021-01-03 00:32:36 +00:00
[tool.poetry]
name = "royalpack"
version = "6.0.0a1"
description = ""
authors = ["Stefano Pigozzi <ste.pigozzi@gmail.com>"]
license = "AGPL-3.0-or-later"
[tool.poetry.dependencies]
python = "^3.9"
2021-01-03 00:40:41 +00:00
royalnet = "6.0.0a32"
2021-01-03 00:32:36 +00:00
coloredlogs = "^15.0"
[tool.poetry.dev-dependencies]
[build-system]
requires = ["poetry>=0.12"]
build-backend = "poetry.masonry.api"