-
Notifications
You must be signed in to change notification settings - Fork 37
/
Copy pathsetup.cfg
46 lines (44 loc) · 850 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
[metadata]
name = ossdbtoolsservice
version = 0.1.0
description = "PostgreSQL Tools Service"
author = Microsoft Corporation
license = MIT
long_description = file: README.md
long_description_content_type = text/markdown
[options]
packages = find:
include_package_data = True
install_requires =
psycopg[binary, pool]==3.2.4
inflection
sqlparse==0.5.0
prompt_toolkit==2.0.7
xlsxwriter
flask
flask_cors
flask-socketio
gevent
gevent-websocket
argparse
configparser
jinja2
debugpy==1.8.7
python-dateutil
azure-identity~=1.13
numpy==1.25.1
semantic-kernel~=1.20.0
[options.extras_require]
dev =
pyinstaller
nose2
parameterized
coverage
autopep8
ruff ~= 0.9
mypy ~= 1.15
pytest
docker~=7.1
rich==13.9.4
click~=8.0
types-python-dateutil