2025-11-19 11:07:07 -08:00
|
|
|
[project]
|
2022-10-22 18:00:52 -07:00
|
|
|
name = "discord-markov"
|
|
|
|
|
version = "0.1.0"
|
|
|
|
|
description = ""
|
|
|
|
|
authors = ["Alek Ratzloff <alekratz@gmail.com>"]
|
|
|
|
|
readme = "README.md"
|
|
|
|
|
packages = [{include = "discord_markov"}]
|
2025-11-19 11:07:07 -08:00
|
|
|
requires-python = ">=3.9"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"discord-py~=2.6.4",
|
|
|
|
|
"python-dotenv==0.21.0",
|
|
|
|
|
]
|
2022-10-22 18:00:52 -07:00
|
|
|
|
2025-11-19 11:07:07 -08:00
|
|
|
[dependency-groups]
|
|
|
|
|
dev = [
|
|
|
|
|
"black>=25.11.0",
|
|
|
|
|
"mypy>=1.18.2",
|
|
|
|
|
]
|
2022-10-22 18:00:52 -07:00
|
|
|
|
2025-11-19 11:07:07 -08:00
|
|
|
#[tool.poetry.dependencies]
|
|
|
|
|
#python = "^3.9"
|
|
|
|
|
#discord-py = "^2.0.1"
|
|
|
|
|
#python-dotenv = "^0.21.0"
|
2022-10-22 18:00:52 -07:00
|
|
|
|
|
|
|
|
|
2025-11-19 11:07:07 -08:00
|
|
|
#[tool.poetry.group.dev.dependencies]
|
|
|
|
|
#mypy = "^0.982"
|
|
|
|
|
#black = {version = "^22.10.0", allow-prereleases = true}
|
|
|
|
|
|
|
|
|
|
#[build-system]
|
|
|
|
|
#requires = ["poetry-core"]
|
|
|
|
|
#build-backend = "poetry.core.masonry.api"
|