-
-
Notifications
You must be signed in to change notification settings - Fork 21
/
setup.cfg
51 lines (45 loc) · 874 Bytes
/
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
[metadata]
name = local-data-api
description = Local Data API
url = https://github.com/koxudaxi/local-data-api
long_description = file: README.md
long_description_content_type = text/markdown
author = Koudai Aono
author_email = [email protected]
license_file = LICENSE
[options]
packages = find:
include_package_data = True
python_requires = >=3.8.0
zip_safe = True
setup_requires =
pytest-runner
setuptools-scm
install_requires =
pydantic == 1.0
email-validator == 1.0.5
fastapi == 0.45.0
SQLAlchemy == 1.3.11
PyMySQL == 0.9.3
JPype1 == 1.2.0
JayDeBeApi == 1.2.3
psycopg2 == 2.8.5
tests_require =
pytest>=4.6
pytest-benchmark
pytest-cov
pytest-mock
mypy
black
isort
[options.extras_require]
docs =
mkdocs
mkdocs-material
wheel =
wheel
twine
ci =
codecov
[aliases]
test = pytest