forked from Fragrance/eaquira
11 lines
234 B
TOML
11 lines
234 B
TOML
[project]
|
|
name = "eaquira"
|
|
version = "0.1.0"
|
|
description = "Add your description here"
|
|
readme = "README.md"
|
|
requires-python = ">=3.14"
|
|
dependencies = ["httpx>=0.28.1", "pycryptodome>=3.23.0", "pytz>=2026.2"]
|
|
|
|
[tool.uv]
|
|
package = true
|