mirror of
https://github.com/Balshgit/mosgortrans.git
synced 2025-09-11 13:00:40 +03:00
22 lines
451 B
TOML
22 lines
451 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"
|
|
python-decouple = "^3.6"
|
|
uvicorn = "^0.18.2"
|
|
|
|
[tool.poetry.dev-dependencies]
|
|
|
|
[build-system]
|
|
requires = ["poetry-core>=1.0.0"]
|
|
build-backend = "poetry.core.masonry.api"
|