From 6c08e0bcd1dda199b73366723ccab56b75a0bf60 Mon Sep 17 00:00:00 2001 From: Jocelyn Castellano Date: Tue, 24 Oct 2023 10:25:55 -0700 Subject: [PATCH] Add requirements.txt for python project detection --- Prompt.ps1 | 1 + 1 file changed, 1 insertion(+) diff --git a/Prompt.ps1 b/Prompt.ps1 index 3bb4008..e390671 100644 --- a/Prompt.ps1 +++ b/Prompt.ps1 @@ -32,6 +32,7 @@ Function Prompt { "go.mod" = "🐹" "pyproject.toml" = "🐍" + "requirements.txt" = "🐍" "shard.yaml" = '🔮' "shard.yml" = '🔮'