-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsetup.cfg
56 lines (51 loc) · 1.09 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
[metadata]
name = studyhelperbot
description = Telegram bot for managing students' tasks
version = 0.0.1
author = Vitalii Morskyi
license = MIT
license_file = LICENSE
platforms = linux, win64
classifiers =
Programming Language :: Python :: 3
Programming Language :: Python :: 3 :: Only
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
[options]
package_dir =
= src
packages =
studyhelperbot
studyhelperbot/handlers
python_requires = >=3.7
install_requires =
aiogram >= 2.0
aiosmtplib >= 1.1
flake8 >= 4.0
mypy >= 0.910
mypy-extensions >= 0.4
psycopg2 >= 2.9
pytest >= 6.2
pytest-cov >= 3.0
pytz >= 2021.3
rauth >= 0.7
tox >= 3.24
requests >= 2.20
rethinkdb >= 2.4
setuptools >= 42.0
zip_safe = no
[options.extras_require]
testing =
pytest>=6.2
pytest-cov>=3.0
mypy>=0.910
mypy-extensions>=0.4
flake8>=4.0
tox>=3.24
[options.packages.find]
where = src
[options.package_data]
studyhelperbot = py.typed
[flake8]
max-line-length = 120