-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpyproject.toml
25 lines (23 loc) · 792 Bytes
/
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
[tool.poetry]
name = "Anxious"
version = "0.1.0"
description = "A multi-purpose Discord bot with a lot of categories."
authors = ["ash3r https://discord.gg/encoders"]
[tool.poetry.dependencies]
python = "^3.8"
py-cord = {git = "https://github.com/Pycord-Development/pycord"}
jishaku = {git = "https://github.com/Gorialis/jishaku"}
discord = {git = "https://github.com/Rapptz/discord.py"}
aiohttp = {git = "https://github.com/aio-libs/aiohttp"}
psutil = {git = "https://github.com/giampaolo/psutil"}
httpx = {git = "https://github.com/encode/httpx"}
Flask = "^2.2.2"
motor = "^3.1.1"
pymongo = "^4.3.2"
requests = "^2.28.1"
async-timeout = "^4.0.2"
wavelink = "^1.3.3"
[tool.poetry.dev-dependencies]
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"