| [build-system] |
| requires = ["setuptools>=68.0", "wheel"] |
| build-backend = "setuptools.build_meta" |
|
|
| [project] |
| name = "litehat" |
| version = "1.0.0" |
| description = "Litehat — The Sovereign Universal Maker. I don't just write code; I launch reality." |
| readme = "README.md" |
| requires-python = ">=3.10" |
| license = {text = "MIT"} |
| authors = [ |
| {name = "Litehat Sovereign Core"} |
| ] |
| keywords = ["agent", "autonomous", "code-generation", "deployment", "kubernetes", "wizard"] |
| classifiers = [ |
| "Development Status :: 4 - Beta", |
| "Intended Audience :: Developers", |
| "License :: OSI Approved :: MIT License", |
| "Programming Language :: Python :: 3", |
| "Programming Language :: Python :: 3.10", |
| "Programming Language :: Python :: 3.11", |
| "Programming Language :: Python :: 3.12", |
| ] |
|
|
| dependencies = [ |
| "torch>=2.1.0", |
| "numpy>=1.24.0", |
| "httpx>=0.25.0", |
| ] |
|
|
| [project.optional-dependencies] |
| full = [ |
| "playwright>=1.40.0", |
| "docker>=6.0.0", |
| "kubernetes>=28.0.0", |
| ] |
|
|
| [project.scripts] |
| litehat = "litehat.__main__:main" |
|
|
| [project.urls] |
| Homepage = "https://huggingface.co/dryymatt/Litehat-Universal-Engine" |
| Repository = "https://huggingface.co/dryymatt/Litehat-Universal-Engine" |
|
|