-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsetup.cfg
52 lines (41 loc) · 929 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
[metadata]
name = transit
version = 0.1
author = TVKain
author_email = tvkain.it@gmail.com
description = Transit Gateway
long_description = file: README.md
classifiers =
Framework :: Flask
Programming Language :: Python :: 3
[options]
packages=find:
install_requires =
Flask
openstacksdk
python-dotenv
oslo.db
oslo.messaging
oslo.config
oslo.concurrency
Flask-SQLAlchemy
pymysql
pydantic
Flask-Pydantic
taskflow
cotyledon
fastapi
sqlmodel
[options.entry_points]
console_scripts =
transit-api = transit.cmd.api:main
transit-agent = transit.transit_agent.run:main
transit-worker = transit.cmd.controller_worker:main
transit-api-new = transit.cmd.fast_api:main
oslo.config.opts =
transit.config = transit.opts:list_opts
[options.extras_require]
dev =
pytest
[tool.pylint]
ignored-modules = ["alembic.context", "alembic.op"]