From 5564c2da0946d67abab0f95e43fe6e6b108f5ec7 Mon Sep 17 00:00:00 2001 From: Alexandre Teles Date: Thu, 19 Oct 2023 18:31:58 -0300 Subject: [PATCH] fix(ci): fix git deps --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 28735be..13bdfc1 100644 --- a/requirements.txt +++ b/requirements.txt @@ -61,7 +61,7 @@ pyyaml==6.0.1 ; python_version >= "3.11" and python_version < "4.0" sanic==23.6.0 ; python_version >= "3.11" and python_version < "4.0" sanic-beskar==2.2.12 ; python_version >= "3.11" and python_version < "4.0" sanic-ext==23.6.0 ; python_version >= "3.11" and python_version < "4.0" -sanic-limiter @ git+https://github.com/Omegastick/sanic-limiter@HEAD ; python_version >= "3.11" and python_version < "4.0" +sanic-limiter @ git+https://github.com/Omegastick/sanic-limiter ; python_version >= "3.11" and python_version < "4.0" sanic-routing==23.6.0 ; python_version >= "3.11" and python_version < "4.0" sanic-testing==23.6.0 ; python_version >= "3.11" and python_version < "4.0" sanic[ext]==23.6.0 ; python_version >= "3.11" and python_version < "4.0"