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 15:20:40 +08:00
Code Issues Packages Projects Releases Wiki Activity
Files
888fe5a73c87a854d0097f681d23f1a9869127ea
OpenMontage/setup.py

20 lines
463 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",
fix(ci): install Google GenAI SDK
2026-07-09 07:16:01 -07:00
"google-genai>=1.0.0",
Add first-class Sora video provider
2026-07-01 10:38:00 -07:00
"openai>=2.44.0",
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: 127ms Template: 1ms
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