Basil Eljuse | 4b14afb | 2020-09-30 13:07:23 +0100 | [diff] [blame] | 1 | #====================================================================== |
| 2 | # Copyright (c) 2020, Arm Limited. All rights reserved. |
| 3 | # |
| 4 | # SPDX-License-Identifier: BSD-3-Clause |
| 5 | #====================================================================== |
| 6 | |
| 7 | #=============================================================================== |
| 8 | # FILE: requirements.txt |
| 9 | # |
| 10 | # DESCRIPTION: Requirements for metrics server |
| 11 | #=============================================================================== |
| 12 | |
| 13 | attrs==19.3.0 |
| 14 | certifi==2020.4.5.2 |
| 15 | chardet==3.0.4 |
| 16 | click==7.1.2 |
| 17 | Flask==1.1.2 |
| 18 | Flask-JWT==0.3.2 |
| 19 | idna==2.9 |
| 20 | importlib-metadata==1.6.1 |
| 21 | influxdb==5.3.0 |
| 22 | itsdangerous==1.1.0 |
| 23 | Jinja2==2.11.2 |
| 24 | jsonschema==3.2.0 |
| 25 | MarkupSafe==1.1.1 |
| 26 | msgpack==0.6.1 |
| 27 | PyJWT==1.4.2 |
| 28 | pyrsistent==0.16.0 |
| 29 | python-dateutil==2.8.1 |
| 30 | pytz==2020.1 |
| 31 | requests==2.23.0 |
| 32 | six==1.15.0 |
| 33 | urllib3==1.25.9 |
| 34 | Werkzeug==1.0.1 |
| 35 | zipp==3.1.0 |