Initial commit
The bot is currently working under 3.10, need to check out 3.9 next. Signed-off-by: Alek Ratzloff <alekratz@gmail.com>
This commit is contained in:
21
pyproject.toml
Normal file
21
pyproject.toml
Normal file
@@ -0,0 +1,21 @@
|
||||
[tool.poetry]
|
||||
name = "discord-markov"
|
||||
version = "0.1.0"
|
||||
description = ""
|
||||
authors = ["Alek Ratzloff <alekratz@gmail.com>"]
|
||||
readme = "README.md"
|
||||
packages = [{include = "discord_markov"}]
|
||||
|
||||
[tool.poetry.dependencies]
|
||||
python = "^3.9"
|
||||
discord-py = "^2.0.1"
|
||||
python-dotenv = "^0.21.0"
|
||||
|
||||
|
||||
[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"
|
||||
Reference in New Issue
Block a user