-
Notifications
You must be signed in to change notification settings - Fork 5
/
pyproject.toml
37 lines (33 loc) · 1.01 KB
/
pyproject.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
[tool.poetry]
name = "suggestions bot"
version = "3.27"
description = "A Discord bot designed to build better communities by encouraging a positive and constructive relationship between community and staff."
authors = ["Your Name <[email protected]>"]
license = "AGPL-3.0"
readme = "README.md"
[tool.poetry.dependencies]
python = "^3.10"
disnake = "2.9.2"
alaric = "^1.5.0"
function-cooldowns = "^2.0.1"
httpx = "^0.27.2"
orjson = "^3.10.11"
skelmis-commons = "^1.4.0"
zonis = "^2.1.0"
aiobotocore = "^2.15.2"
logoo = "^1.5.1"
disnake-ext-components = {git = "https://github.com/suggestionsbot/disnake-ext-components.git", rev = "91689ed74ffee73f631453a39e548af9b824826d"}
typing-extensions = "^4.12.2"
python-dotenv = "^1.0.1"
humanize = "^4.11.0"
[tool.poetry.group.dev.dependencies]
causar = "^0.2.0"
mongomock-motor = "^0.0.34"
mongomock = "^4.2.0.post1"
motor-stubs = "^1.7.1"
pytest = "^8.3.3"
pytest-asyncio = "^0.24.0"
black = "^24.10.0"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"