-
-
Notifications
You must be signed in to change notification settings - Fork 4
/
setup.cfg
55 lines (51 loc) · 1.05 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
[metadata]
name = Heckbot
description = Discord bot
long_description = file: README.md
long_description_content_type = text/markdown
author = Julian Espada
license = MIT
license_files = LICENSE.md
platforms = unix, linux, osx, cygwin, win32
classifiers =
License :: OSI Approved :: MIT License
Programming Language :: Python :: 3
Programming Language :: Python :: 3 :: Only
Programming Language :: Python :: Implementation :: CPython
[options]
packages =
heckbot
install_requires =
PyYAML>=5.0
aiohttp>=3
colorama>=0.4
discord>=2.1.0
dpytest>=0.6
pynacl>=1.5
pynamodb>=5.4,<6.1
pytest>=7
pytest-asyncio>=0.20
python-dotenv>=0.20
python-dotenv>=0.20
table2ascii>=1
types-PyYAML>=5.0
python_requires = >=3.10
package_dir =
=src
zip_safe = no
[options.extras_require]
testing =
flake8>=5
mypy>=0.950
pre-commit>=3.0
pytest>=7
pytest-asyncio>=0.20
pytest-cov>=3
tox>=4
[options.package_data]
heckbot = py.typed
[flake8]
max-line-length = 100
exclude =
venv
.tox