-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpyproject.toml
More file actions
29 lines (29 loc) · 970 Bytes
/
pyproject.toml
File metadata and controls
29 lines (29 loc) · 970 Bytes
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
[build-system]
build-backend = "poetry.core.masonry.api"
requires = ["poetry-core>=1.0.0"]
[tool]
[tool.poetry]
authors = ["ay136416 <<>>"]
description = "An open source discord bot for quizzes!"
name = "thediscordmathproblembot"
version = "0.0.7a1"
[tool.poetry.dependencies]
aiosqlite = {git = "https://github.com/omnilib/aiosqlite.git", rev = "main"}
discord = "^1.7.3"
discord-py-slash-command = "^3.0.1"
nextcord = "^2.0.0-alpha.1"
orjson = {git = "https://github.com/ijl/orjson.git"}
python = "^3.8"
python-dotenv = "^0.19.2"
typing-extensions = "^3.10.0"
"mysql-connector-python" = "^8.0.27"
"betterstatcord.py" = {git = "https://github.com/Iapetus-11/betterstatcord.py.git", rev = "main"}
more-itertools = ">=8.14.0"
aiofiles = ">=22.1.0"
mpmath = ">=1.2.1"
aiomysql = ">=0.1.1"
PyMySQL = ">=1.0.2"
[tool.poetry.dependencies.disnake]
git = "https://github.com/DisnakeDev/disnake.git"
#[tool.poetry.dependencies.orjson]
#git = "https://github.com/ijl/orjson.git"