Files
namecheap-api/pyproject.toml
kaffa e171440ffd Add Docker build with Gitea Actions CI
- Add Dockerfile with Python 3.13 + uv
- Add Gitea Actions workflow for auto-build on push
- Add deposit_api.py for balance management
- Update api_server.py with domain registration endpoint

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-02-03 00:25:10 +09:00

14 lines
279 B
TOML

[project]
name = "namecheap-api"
version = "0.1.0"
description = "Namecheap API Python Wrapper"
readme = "README.md"
requires-python = ">=3.13"
dependencies = [
"fastapi>=0.128.0",
"httpx>=0.28.1",
"mcp>=1.25.0",
"python-dotenv>=1.2.1",
"requests>=2.32.5",
]