-
-
Notifications
You must be signed in to change notification settings - Fork 34
/
pyproject.toml
49 lines (45 loc) · 1.48 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
38
39
40
41
42
43
44
45
46
47
48
49
[tool.poetry]
name = "jdbot"
version = "0.1.0"
description = ""
license = "MIT"
authors = ["JDJG <[email protected]>"]
[tool.poetry.dependencies]
python = ">= 3.10,<4.0.0"
asuna-api = ">=0.2.8"
async-cse = ">=0.3.0"
asyncdagpi = ">=3.3.2"
"discordlists.py" = ">=1.1.1"
emoji = ">=1.2.0"
asyncpraw = ">=7.3.1"
tweepy = {git = "https://github.com/tweepy/tweepy.git", extras=["async"], branch="master"}
topggpy = ">=1.1.0"
python-cse = {git = "https://github.com/JDJGInc/python-cse"}
aiogifs = {git = "https://github.com/moanie/aiogifs.git", branch = "main"}
better-profanity = ">=0.7.0"
"discord.py" = {git = "https://github.com/Rapptz/discord.py.git", extras = ["voice", "speed"], branch="master"}
async-tio = ">=1.1.0"
jeyyapi = {git = "https://github.com/JeyyGit/jeyyapi", branch = "main"}
tabulate = ">= 0.8.9"
asyncpg = ">=0.25.0"
psutil = ">=5.8.0"
black = ">=21.12b0"
mathjspy = ">=0.0.9"
chardet = ">=3.0.4"
jishaku = {git = "https://github.com/Gorialis/jishaku"}
github = {git = "https://github.com/VarMonke/Github-Api-Wrapper", branch = "main"}
discord_games = {git = "https://github.com/Tom-the-Bomb/Discord-Games"}
wand = ">=0.6.11"
mystbin-py = ">=5.1.0"
python-dateutil = ">=2.8.2"
pillow = ">=9.4.0"
somerandomapi-py = ">=0.0.2"
filetype = ">=1.2.0"
discord-py-paginators = {git = "https://github.com/Soheab/discord-py-paginators"}
[tool.black]
line-length = 120
target-version = ["py311"]
[tool.poetry.dev-dependencies]
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.masonry.api"