PeerTube/engines.yaml
Chocobozzz d29ced1a85
Move engines outside package.json
Because of invalid warnings displayed by yarn that could confuse admins
when they install peertube
2021-05-10 09:55:46 +02:00

6 lines
89 B
YAML

node: ">=12.x"
yarn: ">=1.x"
postgres: ">=10.x"
redis-server: ">=2.8.18"
ffmpeg: ">=4.1"