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