forked from bedrock-engineer/cecode
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpyproject.toml
More file actions
36 lines (34 loc) · 806 Bytes
/
pyproject.toml
File metadata and controls
36 lines (34 loc) · 806 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
35
36
[project]
name = "cecode"
version = "0.1.0"
description = "Civil Engineering Codes in readable, usable, executable Python."
readme = "README.md"
authors = [
{name = "Bedrock", email = "info@bedrock.engineer"}
]
requires-python = ">=3.9"
dependencies = [
"marimo>=0.12.10",
"matplotlib>=3.9.4",
"numpy>=2.0.2",
"fastapi>=0.100.0",
"uvicorn>=0.23.0",
"pydantic>=2.0.0",
]
keywords = [
"civil-engineering",
"structural-engineering",
"ground-engineering",
"geotechnical-engineering",
"eurocode",
"british-standard",
"bsi",
"aec",
"bim",
]
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"
[project.urls]
Source = "https://github.com/bedrock-engineer/cecode"
Tracker = "https://github.com/bedrock-engineer/cecode/issues"