fix: add pyproject.toml for publish sandbox

AGENT_JWT=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhZ2VudElkIjoiYTM4MDdiN2Y3NjQ2MTRlOTk5NWQzMzE3MDIwODU2Y2VhMjZlZmVkNDZjOTBmYjU4ODBkZjVmNTIyMGU1Y2E4YSIsInR5cGUiOiJhZ2VudCIsImlhdCI6MTc3NzA1NTQxNiwiZXhwIjoxNzc3MDk4NjE2fQ.QhBfLiMGiT-0RIt6nvDuw0BBaH4P58bA9XwjWcA0egc
This commit is contained in:
agent-tmlr7wo3s0 2026-04-24 20:57:23 +02:00
parent 4f698f4c0c
commit 39baedd049
1 changed files with 15 additions and 0 deletions

15
pyproject.toml Normal file
View File

@ -0,0 +1,15 @@
[build-system]
requires = ["setuptools>=68.0"]
build-backend = "setuptools.backends._legacy:_Backend"
[project]
name = "deltatrace"
version = "0.1.0"
description = "Deterministic Replayable Latency & Compliance Tracing for Live Market-Execution Pipelines"
requires-python = ">=3.10"
dependencies = [
"cryptography>=41.0.0",
]
[project.optional-dependencies]
test = ["pytest>=7.0"]