Files
mattermost/pyproject.toml
Yoshino-s 22f00c57e8 init
2023-06-06 00:10:11 +08:00

23 lines
446 B
TOML

[tool.poetry]
name = "mattermost"
version = "0.1.0"
description = ""
authors = ["Yoshino-s <yoshino.prog@gmail.com>"]
readme = "README.md"
[tool.poetry.dependencies]
python = "^3.11"
pycryptodome = "^3.17"
python-dxf = "^11.1.1"
httpx = "^0.24.0"
[[tool.poetry.source]]
name = "mirrors"
url = "https://pypi.tuna.tsinghua.edu.cn/simple/"
priority = "default"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"