mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-11-06 03:08:55 -05:00
13 lines
143 B
YAML
13 lines
143 B
YAML
version: 2
|
|
|
|
build:
|
|
image: latest
|
|
|
|
python:
|
|
version: 3.8
|
|
install:
|
|
- method: pip
|
|
path: .
|
|
extra_requirements:
|
|
- docs
|