-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsetup.cfg
67 lines (63 loc) · 1.11 KB
/
setup.cfg
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
58
59
60
61
62
63
64
65
66
67
[metadata]
name = HangoutCore
version = 2.91.6
description = A modular bot for teaching new developers
license = GPL-3.0
long_description = file: README.md
long_description_content_type = text/markdown
url = https://github.com/NextYearStudios/HangoutCore
[options]
packages = find_namespace:
python_requires = >=3.10.6
include_package_data = True
install_requires =
aiofiles
aiohttp
async-timeout
asyncio-dgram
attrs
beautifulsoup4
certifi
cffi
chardet
charset-normalizer
click
colorama
commonmark
discord.py[voice]
dnspython
ffmpeg-python
future
idna
jproperties
mcstatus
multidict
mutagen
pycparser
Pygments
PyNaCl
pytube
pytz
rapidfuzz
requests
rich
six
soupsieve
spotdl
spotipy
tqdm
typing-extensions
Unidecode
urllib3
yarl
youtube-dl
youtube-search
ytmusicapi
[options.entry_points]
console_scripts =
hangoutcore=hangoutcore.__main__:init
hangoutcore-setup=hangoutcore.setup:init
[options.packages.find]
include =
hangoutcore
hangoutcore.*