mirror of
https://gitlab.com/ddorn/tfjm-discord-bot.git
synced 2025-09-06 04:09:13 +02:00
🎉 inital commit
This commit is contained in:
16
pyproject.toml
Normal file
16
pyproject.toml
Normal file
@@ -0,0 +1,16 @@
|
||||
[tool.poetry]
|
||||
name = "tfjm-discord-bot"
|
||||
version = "0.1.0"
|
||||
description = "TFJM² bot for drawing problems"
|
||||
authors = ["ddorn <diego.dorn@free.fr>"]
|
||||
|
||||
[tool.poetry.dependencies]
|
||||
python = "^3.6"
|
||||
discord = "^1.0.1"
|
||||
|
||||
[tool.poetry.dev-dependencies]
|
||||
|
||||
|
||||
[build-system]
|
||||
requires = ["poetry>=0.12"]
|
||||
build-backend = "poetry.masonry.api"
|
Reference in New Issue
Block a user