mirror of https://github.com/saimn/sigal.git
7 changed files with 15 additions and 25 deletions
@ -1,8 +1,12 @@ |
|||||||
version: 2 |
version: 2 |
||||||
|
|
||||||
|
build: |
||||||
|
image: latest |
||||||
|
|
||||||
python: |
python: |
||||||
version: 3.7 |
version: 3.7 |
||||||
install: |
install: |
||||||
- method: pip |
- method: pip |
||||||
path: . |
path: . |
||||||
- requirements: requirements-doc.txt |
extra_requirements: |
||||||
|
- docs |
||||||
|
|||||||
@ -1,13 +0,0 @@ |
|||||||
blinker |
|
||||||
boto |
|
||||||
brotli |
|
||||||
click |
|
||||||
coverage |
|
||||||
feedgenerator |
|
||||||
Jinja2 |
|
||||||
Markdown |
|
||||||
Pillow |
|
||||||
pilkit |
|
||||||
pytest |
|
||||||
pytest-cov |
|
||||||
zopfli |
|
||||||
Loading…
Reference in new issue