Skip to content

Commit

Permalink
Update setuptools
Browse files Browse the repository at this point in the history
  • Loading branch information
fcoagz committed Sep 21, 2024
1 parent db78c75 commit 1ef256c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
'': ['flask_server_status/statsig/templates/*.html', 'flask_server_status/statsig/static/*'],
},
install_requires=[
'setuptools==75.1.0'
'setuptools==75.1.0',
'flask>=3.0.0',
'cachetools>=5.5.0',
'apscheduler==3.10.4',
Expand Down

0 comments on commit 1ef256c

Please sign in to comment.