Added yarp requirement
This commit is contained in:
parent
438f733d6a
commit
b451eb3471
|
@ -4,6 +4,7 @@ pages:
|
|||
script:
|
||||
- apk --no-cache add make gcc musl-dev
|
||||
- pip install -r dev_requirements.txt
|
||||
- pip install -r requirements.txt
|
||||
- cd docs
|
||||
- make html
|
||||
- mv _build/html ../public
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
-e git+https://github.com/msuhanov/yarp@1.0.28#egg=yarp
|
Loading…
Reference in New Issue