2020-09-23 02:48:44 +08:00
|
|
|
# add these requirements in your app on top of the existing ones
|
2021-11-16 03:10:29 +08:00
|
|
|
pip==21.1
|
2020-09-23 02:48:44 +08:00
|
|
|
Flask==1.0.2
|
2023-02-09 15:52:22 +08:00
|
|
|
gunicorn==19.10.0
|
2023-02-17 01:08:13 +08:00
|
|
|
werkzeug>=2.2.3 # not directly required, pinned by Snyk to avoid a vulnerability
|