File size: 233 Bytes
ee683ef
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
services:
  - type: web
    name: youtube-mashup-creator
    buildCommand: pip install -r requirements.txt
    startCommand: gunicorn app:app
    envVars:
      - key: PYTHON_VERSION
        value: 3.8.0
    packages:
      - ffmpeg