forked from seelabutk/substrate
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpyproject.toml
More file actions
28 lines (26 loc) · 757 Bytes
/
pyproject.toml
File metadata and controls
28 lines (26 loc) · 757 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
[project]
name = "seelabutk-substrate"
authors = [{name = "John Duggan", email = "jduggan1@utk.edu"}]
classifiers = [
"Programming Language :: Python :: 3",
"Operating System :: OS Independent"
]
dependencies = [
'aws-cdk-lib ~= 2.24.1',
'constructs ~= 10.1.11',
'docker ~= 5.0.3',
'paramiko ~= 2.11.0',
'PyYAML ~= 6.0',
'requests ~= 2.27.1'
]
description = "Automatically deploys visualization services via Docker Swarm"
entry-points = {console_scripts = {substrate = "substrate.substrate:main"}}
license = {text = "CC-BY-4.0"}
readme = "README.md"
requires-python = ">=3.7"
version = "1.9.0"
[project.urls]
Homepage = "https://github.com/seelabutk/substrate/"
[build-system]
requires = ["setuptools>=42"]
build-backend = "setuptools.build_meta"