57 lines
1.4 KiB
TOML
57 lines
1.4 KiB
TOML
[project]
|
|
name = "sp-hydra-veil-core"
|
|
version = "2.3.2"
|
|
authors = [
|
|
{ name = "Simplified Privacy" },
|
|
]
|
|
description = "A library that exposes core logic to higher-level components."
|
|
readme = "README.md"
|
|
requires-python = ">=3.12"
|
|
classifiers = [
|
|
"Programming Language :: Python :: 3",
|
|
"Operating System :: POSIX :: Linux",
|
|
]
|
|
dependencies = [
|
|
"cryptography ~= 46.0.3",
|
|
"dataclasses-json ~= 0.6.7",
|
|
"marshmallow ~= 3.26.1",
|
|
"pysocks ~= 1.7.1",
|
|
"python-dateutil ~= 2.9.0.post0",
|
|
"requests ~= 2.32.5",
|
|
"sp-essentials ~= 1.0.0",
|
|
"annotated-types==0.7.0",
|
|
"certifi==2026.4.22",
|
|
"charset-normalizer==3.4.7",
|
|
"click==8.3.3",
|
|
"cytoolz==1.1.0",
|
|
"eth-hash==0.8.0",
|
|
"eth-typing==6.0.0",
|
|
"eth-utils==6.0.0",
|
|
"idna==3.13",
|
|
"packaging==26.2",
|
|
"pathspec==1.1.1",
|
|
"platformdirs==4.9.6",
|
|
"psutil==7.2.2",
|
|
"py-ecc==8.0.0",
|
|
"pydantic==2.13.3",
|
|
"pydantic_core==2.46.3",
|
|
"pydeps==3.0.6",
|
|
"pytokens==0.4.1",
|
|
"stdlib-list==0.12.0",
|
|
"toolz==1.1.0",
|
|
"typing-inspect==0.9.0",
|
|
"typing-inspection==0.4.2",
|
|
"typing_extensions==4.15.0",
|
|
"urllib3==2.6.3",
|
|
]
|
|
|
|
[project.urls]
|
|
Homepage = "https://git.simplifiedprivacy.com/codeking/sp-hydra-veil-core"
|
|
Issues = "https://git.simplifiedprivacy.com/codeking/sp-hydra-veil-core/issues"
|
|
|
|
[build-system]
|
|
requires = ["hatchling"]
|
|
build-backend = "hatchling.build"
|
|
|
|
[tool.hatch.build.targets.wheel]
|
|
packages = ["core"]
|