add pointer to requirements.txt (#260)
This commit is contained in:
parent
99acad16fc
commit
06ab614013
|
@ -6,3 +6,6 @@ build:
|
|||
nodejs: "18"
|
||||
rust: "1.64"
|
||||
golang: "1.19"
|
||||
python:
|
||||
install:
|
||||
- requirements: requirements.txt
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
sphinx>=4.4
|
||||
sphinx>=7.0
|
||||
sphinx_rtd_theme>=1
|
||||
|
|
Loading…
Reference in New Issue