Updated to new STARK version + some small updates

This commit is contained in:
2024-07-04 13:39:46 +02:00
parent ce50960fb5
commit adff072475
10 changed files with 300 additions and 2562 deletions
+1 -1
View File
@@ -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@master'
'stark @ git+https://github.com/clarinsi/STARK@refactoring'
],
)