/
zhmax
/
FORGE_LITE
Обзор
Документация
Войти
/
zhmax
/
FORGE_LITE
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
pyproject.toml
41 строка
775 B
wearetyomsmnv
add openai, and gigaturbo
26 май 2026, 18:25
26 май 2026, 18:25
e2591b3
Код
Авторство
О чём код?
[build-system] requires = ["hatchling"] build-backend = "hatchling.build" [project] name = "forge-lite" version = "1.0.0" description = "Lightweight standalone runner for LLM adversarial attack recipes" requires-python = ">=3.11" dependencies = [ "aiohttp>=3.9.0", "pydantic>=1.10.0", "rich>=13.0.0", "openai>=1.0.0", ] [project.optional-dependencies] vision = [ "Pillow>=10.0.0", ] translation = [ "deep-translator>=1.11.0", ] dev = [ "pytest>=7.0.0", "pytest-asyncio>=0.21.0", "pytest-mock>=3.0.0", ] [project.scripts] forge-lite = "forge_lite.__main__:main" [tool.hatch.build.targets.wheel] packages = ["src/forge_lite"] [tool.uv] dev-dependencies = [ "pytest>=7.0.0", "pytest-asyncio>=0.21.0", "pytest-mock>=3.0.0", ]