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