18 lines
389 B
TOML
18 lines
389 B
TOML
[tool.poetry]
|
|
name = "binance-leaderboard"
|
|
version = "0.1.0"
|
|
description = ""
|
|
authors = ["Aurelien Rebourg <aurelien.rebourg@gmail.com>"]
|
|
readme = "README.md"
|
|
packages = [{include = "binance_leaderboard"}]
|
|
|
|
[tool.poetry.dependencies]
|
|
python = "^3.10"
|
|
python-telegram-bot = "^13.14"
|
|
requests = "^2.28.1"
|
|
|
|
|
|
[build-system]
|
|
requires = ["poetry-core"]
|
|
build-backend = "poetry.core.masonry.api"
|