-
-
Notifications
You must be signed in to change notification settings - Fork 7
/
Pipfile
57 lines (54 loc) · 1.15 KB
/
Pipfile
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
50
51
52
53
54
55
56
57
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
akinator = {extras = ["async"], version = "*"}
aiohttp = "*"
async-timeout = "*"
colorama = "*"
asyncdagpi = "*"
"betterstatcord.py" = "*"
discord-ext-owoify = "*"
"fluxpoint.py" = "*"
eight-ball = "*"
num2words = "*"
asyncpg = "*"
cachetools = "*"
gtts = "*"
ffmpeg = "*"
mal-api = "*"
"mystbin.py" = "*"
orjson = "*"
parsedatetime = "*"
pillow = "*"
platformdirs = "*"
psutil = "*"
pygit2 = "*"
pynacl = "*"
python-dateutil = "*"
pytz = "*"
sentry-sdk = "*"
spotify = "*"
typing-extensions = "*"
sqlalchemy = {extras = ["asyncio"], version = "*"}
tengiphpy = "*"
youtube-dl = "*"
youtube-search = "*"
stringprogressbar = "*"
jishaku = {git = "https://github.com/Gorialis/jishaku.git"}
english-words = {git = "https://github.com/The-4th-Hokage/english-words-py.git"}
discord-py = {git = "https://github.com/Rapptz/discord.py.git"}
discord-ext-menus = {git = "https://github.com/Rapptz/discord-ext-menus"}
setuptools = "*"
alembic = "*"
lxml = "*"
sqlalchemy-utils = "*"
babel = "*"
[dev-packages]
watchfiles = "*"
pytest = "*"
pre-commit = "*"
black = "*"
[requires]
python_version = "3.12"