-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpyproject.toml
More file actions
42 lines (37 loc) · 1 KB
/
pyproject.toml
File metadata and controls
42 lines (37 loc) · 1 KB
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
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"
[tool.poetry]
package-mode = true
name = "cadenzaanalytics"
authors = [
"Disy Informationssysteme GmbH <cadenza-analytics@disy.net>",
]
version="10.5.0a1.dev0"
description = "Official Python Package for creation of disy Cadenza analytics extensions"
readme = "README.md"
license = "Apache-2.0"
classifiers = [
"Development Status :: 5 - Production/Stable",
"Natural Language :: English",
"Intended Audience :: Developers",
"Intended Audience :: Science/Research",
"Topic :: Scientific/Engineering",
"Programming Language :: Python"
]
[tool.poetry.dependencies]
python = "^3.10"
Flask = "3.1.2"
Werkzeug = "3.1.4"
Flask-Cors = "6.0.1"
requests-toolbelt = "1.0.0"
pandas = " ^2.0.2"
chardet = "5.2.0"
Shapely = "2.1.2"
pytest = "9.0.2"
tzlocal = "5.3.1"
[project]
name = "cadenzaanalytics"
[project.urls]
Repository = "https://github.com/DisyInformationssysteme/cadenza-analytics-python"
[tool.poetry_bumpversion]