mirror of
https://github.com/Balshgit/different
synced 2025-09-12 01:20:43 +03:00
20 lines
406 B
TOML
20 lines
406 B
TOML
[tool.poetry]
|
|
name = "mosgortrans"
|
|
version = "0.1.0"
|
|
description = "Bot to help with mosgortans"
|
|
authors = ["Dmitry Afanasyev <Balshbox@gmail.com>"]
|
|
|
|
[tool.poetry.dependencies]
|
|
python = "^3.10"
|
|
aiogram = "^2.21"
|
|
selenium = "^4.3.0"
|
|
httpx = "^0.23.0"
|
|
wget = "^3.2"
|
|
loguru = "^0.6.0"
|
|
|
|
[tool.poetry.dev-dependencies]
|
|
|
|
[build-system]
|
|
requires = ["poetry-core>=1.0.0"]
|
|
build-backend = "poetry.core.masonry.api"
|