Skip to repository content16 lines · 325 B · toml
tenant.openagents/omega
No repository description is available.
OpenAgents Git authority 2026-07-28T01:45:33.493Z Public web read
NIP-34 coordinate
30617:7649603503856e5148d571eac2766b288a8ff1e9e35d380337a1d2b0015b4f92:omegaMaintainersHidden in public view
References2 branches · 1 tag
Read-only clone
git clone https://openagents.com/git/tenant.openagents/omega.gitBrowse files
pyproject.toml
1[project]
2name = "update-top-ranking-issues"
3version = "0.1.0"
4readme = "README.md"
5requires-python = ">=3.13"
6dependencies = [
7 "mypy>=1.15.0",
8 "pytz>=2025.1",
9 "requests>=2.32.0",
10 "ruff>=0.14.13",
11 "typer>=0.15.1",
12 "types-pytz>=2025.1.0.20250204",
13 "types-requests>=2.32.0",
14 "urllib3>=2.7.0",
15]
16