mirror of https://github.com/nucypher/nucypher.git
13 lines
183 B
YAML
13 lines
183 B
YAML
|
build:
|
||
|
image: latest
|
||
|
requirements_file: requirements.txt
|
||
|
python:
|
||
|
version: 3.6
|
||
|
pip_install: true
|
||
|
extra_requirements:
|
||
|
- development
|
||
|
- docs
|
||
|
formats:
|
||
|
- epub
|
||
|
- pdf
|