-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpyproject.toml
36 lines (32 loc) · 929 Bytes
/
pyproject.toml
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
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"
[tool.poetry]
package-mode = true
name = "cadenzaanalytics"
authors = [
"Julian Janßen <julian.janssen@disy.net>",
"Daniel Dittmar <daniel.dittmar@disy.net>"
]
version="0.1.25"
description = "Official Python Package for creation of disy Cadenza analytics extensions"
readme = "README.md"
license = "Apache-2.0"
classifiers = [
"Development Status :: 4 - Beta",
"Natural Language :: English",
"Intended Audience :: Developers",
"Intended Audience :: Science/Research",
"Topic :: Scientific/Engineering",
"Programming Language :: Python"
]
[tool.poetry.dependencies]
python = "^3.8"
Flask = "2.3.3"
Werkzeug = "3.0.4"
Flask-Cors = "3.0.10"
requests-toolbelt = "1.0.0"
pandas = " ^2.0.2"
[project.urls]
Repository = "https://github.com/DisyInformationssysteme/cadenza-analytics-python"
[tool.poetry_bumpversion]