-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpyproject.toml
More file actions
34 lines (31 loc) · 829 Bytes
/
pyproject.toml
File metadata and controls
34 lines (31 loc) · 829 Bytes
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
[project]
version = "4.3.9"
name = "simwrapper"
description = "SimWrapper command line tools"
readme = "README.md"
license = "GPL-3.0-or-later"
requires-python = ">=3.9"
dependencies = [
"blosc>=1.11.3",
"build>=1.2.2.post1",
"click>=8.0",
"flask>=3.1.0",
"flask-compress>=1.18",
"flask-cors>=5.0.1",
"flask-restful>=0.3.10",
"gunicorn>=23.0.0",
"openmatrix>=0.3.5.0",
"pypatch>=1.0.2",
"pyyaml>=6.0.2",
"tables>=3.9.2",
"waitress>=3.0.2",
]
[project.scripts]
simwrapper = "simwrapper.cli:cli"
simwrapper-patch-windows = "patches.apply_pytables_patch:apply_patches"
[project.urls]
Homepage = "https://docs.simwrapper.app"
Repository = "https://github.com/simwrapper/simwrapper-python-tools"
[build-system]
requires = ["hatchling", "build"]
build-backend = "hatchling.build"