1
0
mirror of https://gitlab.com/2-chainz/2chainz.git synced 2025-08-01 19:21:24 +00:00

get everything working together kinda

This commit is contained in:
2025-05-23 13:53:40 -06:00
parent 5687871b86
commit a683fceb10
4 changed files with 43 additions and 32 deletions

View File

@@ -3,30 +3,19 @@ name = "2chainz"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
authors = [
{ name = "Anson", email = "anson@ansonbiggs.com" }
]
authors = [{ name = "Anson", email = "anson@ansonbiggs.com" }]
requires-python = ">=3.13"
dependencies = [
"fastapi[standard]>=0.115.12",
]
dependencies = ["fastapi[standard]>=0.115.12"]
[project.scripts]
two_chainz = "two_chainz:main"
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"
[tool.hatch.build.targets.wheel]
packages = ["src/two_chainz"]
[dependency-groups]
dev = [
"httpx>=0.28.1",
"pytest>=8.3.5",
"ruff>=0.11.11",
]
dev = ["httpx>=0.28.1", "pytest>=8.3.5", "ruff>=0.11.11"]