diff options
author | Tibor Frank <tifrank@cisco.com> | 2022-01-26 09:31:43 +0100 |
---|---|---|
committer | Tibor Frank <tifrank@cisco.com> | 2022-02-24 08:11:41 +0100 |
commit | b2cb835b34c7404b2aaee3ec30700c67537da66d (patch) | |
tree | d0a6ce077b6d927565294fcd7301fb727708cd06 /resources/tools/dash/app/requirements.txt | |
parent | 9eebc3e59028014a8fc151575b99347d2871c097 (diff) |
UTI: PoC - Dash application for Trending
- delete old dash demo
Change-Id: I3e75c1dc18ee85c1826838af0343a4b779f71754
Signed-off-by: Tibor Frank <tifrank@cisco.com>
Diffstat (limited to 'resources/tools/dash/app/requirements.txt')
-rw-r--r-- | resources/tools/dash/app/requirements.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/resources/tools/dash/app/requirements.txt b/resources/tools/dash/app/requirements.txt index 90e595e81c..befdc8a83b 100644 --- a/resources/tools/dash/app/requirements.txt +++ b/resources/tools/dash/app/requirements.txt @@ -23,7 +23,8 @@ protobuf==3.19.1 pyparsing==3.0.6 python-dateutil==2.8.2 python-dotenv==0.19.2 -pytz==2022.3 +pytz==2021.3 +PyYAML==5.1 retrying==1.3.3 setuptools==57.5.0 six==1.16.0 |