Add Python requirements
This commit is contained in:
parent
d88fd4ead3
commit
a39d0fb22c
|
@ -6,6 +6,10 @@ build:
|
|||
tools:
|
||||
python: '3.9'
|
||||
|
||||
python:
|
||||
install:
|
||||
- requirements: requirements.txt
|
||||
|
||||
mkdocs:
|
||||
configuration: mkdocs.yml
|
||||
fail_on_warning: false
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
mkdocs==1.5.2
|
Loading…
Reference in New Issue