From fb3acbda78874d7b92fbe800f1421c1761ac4258 Mon Sep 17 00:00:00 2001 From: lkrsnik Date: Sun, 17 Nov 2024 20:05:26 +0100 Subject: [PATCH] Updated stark branch --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 5116e6f..6334fdf 100644 --- a/setup.py +++ b/setup.py @@ -19,6 +19,6 @@ setup(name='stark-api', 'Flask==3.0.0', 'requests==2.31.0', 'flask-babel==4.0.0', - 'stark @ git+https://github.com/clarinsi/STARK@refactoring' + 'stark @ git+https://github.com/clarinsi/STARK@master' ], ) \ No newline at end of file