mirror of
https://github.com/AsgardEternal/DiscordWhitelist.git
synced 2024-12-30 16:29:13 -06:00
16 lines
361 B
TOML
16 lines
361 B
TOML
|
[tool.poetry]
|
||
|
name = "discordwhitelist"
|
||
|
version = "0.1.0"
|
||
|
description = "Whitelist users in Squad via integration with Patreon bot on Discord"
|
||
|
authors = ["Your Name <you@example.com>"]
|
||
|
readme = "README.md"
|
||
|
|
||
|
[tool.poetry.dependencies]
|
||
|
python = "^3.10"
|
||
|
"discord.py" = "^2.1.0"
|
||
|
|
||
|
|
||
|
[build-system]
|
||
|
requires = ["poetry-core"]
|
||
|
build-backend = "poetry.core.masonry.api"
|