From 8af5cbaa28fafd06c248b233dad88773c668572a Mon Sep 17 00:00:00 2001 From: Nic Cope Date: Tue, 31 Jan 2023 15:28:48 -0800 Subject: [PATCH] Highlight requirements.txt as Python Signed-off-by: Nic Cope --- content/knowledge-base/guides/composition-functions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/knowledge-base/guides/composition-functions.md b/content/knowledge-base/guides/composition-functions.md index df40d06e..39b12a8b 100644 --- a/content/knowledge-base/guides/composition-functions.md +++ b/content/knowledge-base/guides/composition-functions.md @@ -781,7 +781,7 @@ if __name__ == "__main__": Building this function requires its `requirements.txt` and a `Dockerfile`: {{< expand "The Function's requirements" >}} -``` +```python certifi==2022.12.7 charset-normalizer==3.0.1 click==8.1.3