Files
KeepAliveE5/pyproject.toml
github-actions[bot] 5ef35d1f2a reset
2024-10-24 18:07:20 +08:00

21 lines
410 B
TOML

[tool.poetry]
authors = ["vcheckzen"]
description = "keep e5 alive"
name = "keepalivee5"
version = "0.1.0"
[tool.poetry.dependencies]
python = "^3.9"
requests = "^2.25.1"
pycryptodome = "^3.10.1"
[tool.poetry.dev-dependencies]
autopep8 = "^1.5.6"
rope = "^0.19.0"
[build-system]
build-backend = "poetry.core.masonry.api"
requires = ["poetry-core>=1.0.0"]
[virtualenvs]
in-project = true