From 8b551609004618ed8ecb6d545b973e5c660e0363 Mon Sep 17 00:00:00 2001 From: Camille Frantz Date: Wed, 16 Apr 2025 12:28:51 -0500 Subject: [PATCH] removed ohmyposh from the release checking because it regularly breaks shit and i can't be bothered to keep up with the multiple updates per day --- Pipfile.lock | 3 +++ main.py | 1 - 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/Pipfile.lock b/Pipfile.lock index 16c631a..777771b 100644 --- a/Pipfile.lock +++ b/Pipfile.lock @@ -141,6 +141,7 @@ "sha256:c9d0407b64c6f2a065d0ebb292c2b35c01050cc0dc33757461aaabdc4c4184d5" ], "index": "pypi", + "markers": "python_version >= '3.6'", "version": "==6.0.11" }, "idna": { @@ -157,6 +158,7 @@ "sha256:f7b63ef50f1b690dddf550d03497b66d609393b40b564ed0d674909a68ebf16a" ], "index": "pypi", + "markers": "python_version >= '3.8'", "version": "==1.0.1" }, "requests": { @@ -165,6 +167,7 @@ "sha256:70761cfe03c773ceb22aa2f671b4757976145175cdfca038c02654d061d6dcc6" ], "index": "pypi", + "markers": "python_version >= '3.8'", "version": "==2.32.3" }, "sgmllib3k": { diff --git a/main.py b/main.py index d1384d1..d270ddd 100644 --- a/main.py +++ b/main.py @@ -33,7 +33,6 @@ repos = [ 'borgbackup/borg', 'atuinsh/atuin', 'fish-shell/fish-shell', - 'JanDeDobbeleer/oh-my-posh', 'twpayne/chezmoi', 'borgbackup/borg' ]