-
Notifications
You must be signed in to change notification settings - Fork 0
/
setup.cfg
38 lines (35 loc) · 987 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
[metadata]
name = agnostic-report
author = Holoplot GmbH
author_email = [email protected]
version = file: VERSION
description = Agnostic Report
long_description = file: README.md
long_description_content_type = text/markdown
keywords = testing, development, reporting, fastapi, asyncio
license = MIT
home_page = https://github.com/holoplot/agnostic
project_urls =
Issue Tracker = https://github.com/holoplot/agnostic/issues
classifiers =
Intended Audience :: Developers
Operating System :: OS Independent
Programming Language :: Python :: 3
Topic :: Software Development :: Libraries :: Python Modules
[options]
zip_safe = False
include_package_data = True
package_dir=
= src
packages = find:
python_requires = >=3.10
install_requires =
alembic>=1.9.0,<2.0
asyncpg>=0.27.0,<1.0
fastapi>=0.89.1,<1.0
SQLAlchemy>=1.4.46,<2.0
uvicorn>=0.20.0,<1.0
orjson>=3.8.5,<4.0
python-multipart>=0.0.5,<1.0
[options.packages.find]
where=src