mirror of
https://github.com/ziirish/burp-ui.git
synced 2026-05-21 06:45:24 -06:00
10 lines
183 B
YAML
10 lines
183 B
YAML
# https://docs.readthedocs.io/en/latest/yaml-config.html
|
|
version: 2
|
|
build:
|
|
image: latest
|
|
python:
|
|
version: 3.7
|
|
install:
|
|
- method: pip
|
|
extra_requirements:
|
|
- rtd
|