mirror of
https://github.com/venthur/blag.git
synced 2025-11-25 12:42:41 +00:00
9 lines
132 B
YAML
9 lines
132 B
YAML
version: 2
|
|
|
|
python:
|
|
version: 3.8
|
|
install:
|
|
- requirements: requirements.txt
|
|
- requirements: requirements-dev.txt
|
|
- path: .
|