Logo
Explore Help
Register Sign In
zlei6/OpenMontage
1
0
Fork 0
You've already forked OpenMontage
mirror of https://github.com/calesthio/OpenMontage.git synced 2026-08-05 23:24:27 +08:00
Code Issues Packages Projects Releases Wiki Activity
Files
1d60f0da147a47da331ad4b60d8dbb5d2de9be8a
OpenMontage/setup.py

18 lines
406 B
Python
Raw Normal View History

Initial release — OpenMontage: the first open-source agentic video production system 11 production pipelines, 47 tools, 124 agent skills. Supports cloud APIs (fal.ai, OpenAI, ElevenLabs, Suno, HeyGen, Runway) and free local providers (diffusers, Piper TTS, WAN 2.1, Hunyuan, CogVideo). Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-29 08:25:17 -07:00
from setuptools import setup, find_packages
setup(
name="openmontage",
version="0.1.0",
description="AI-Orchestrated Video Production Platform",
packages=find_packages(),
python_requires=">=3.10",
install_requires=[
"pyyaml>=6.0",
"pydantic>=2.0",
"jsonschema>=4.20",
"python-dotenv>=1.0",
Fix demo rendering and baseline requirements
2026-04-12 07:18:00 -07:00
"Pillow>=10.0",
"requests>=2.31",
Initial release — OpenMontage: the first open-source agentic video production system 11 production pipelines, 47 tools, 124 agent skills. Supports cloud APIs (fal.ai, OpenAI, ElevenLabs, Suno, HeyGen, Runway) and free local providers (diffusers, Piper TTS, WAN 2.1, Hunyuan, CogVideo). Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-29 08:25:17 -07:00
],
)
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.25.5 Page: 464ms Template: 12ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API