mirror of https://github.com/crossplane/docs.git
Highlight requirements.txt as Python
Signed-off-by: Nic Cope <nicc@rk0n.org>
This commit is contained in:
parent
7e07837407
commit
8af5cbaa28
|
@ -781,7 +781,7 @@ if __name__ == "__main__":
|
||||||
Building this function requires its `requirements.txt` and a `Dockerfile`:
|
Building this function requires its `requirements.txt` and a `Dockerfile`:
|
||||||
|
|
||||||
{{< expand "The Function's requirements" >}}
|
{{< expand "The Function's requirements" >}}
|
||||||
```
|
```python
|
||||||
certifi==2022.12.7
|
certifi==2022.12.7
|
||||||
charset-normalizer==3.0.1
|
charset-normalizer==3.0.1
|
||||||
click==8.1.3
|
click==8.1.3
|
||||||
|
|
Loading…
Reference in New Issue