diff options
author | 2018-10-04 16:47:13 +0300 | |
---|---|---|
committer | 2018-10-10 10:37:19 +0000 | |
commit | 2236f9d810af0d2ef480eafbfa2abcc2b3cd932e (patch) | |
tree | 02a352f8aabcfee8a18f654b72d20919af84e43a /app/requirements.txt | |
parent | a1cce5a9df1415309828944da3aa8a56e8f7d52e (diff) |
UT coverage report with tox and virtualenv
UT coverage report with tox and virtualenv
Change-Id: I90d6d4099e8cf43201082d5094865ee78c0bad9e
Issue-ID: SDC-1756
Signed-off-by: Betzer, Rony (rb844h) <rb844h@intl.att.com>
Diffstat (limited to 'app/requirements.txt')
-rw-r--r-- | app/requirements.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/app/requirements.txt b/app/requirements.txt index cb7ff9f..0d63990 100644 --- a/app/requirements.txt +++ b/app/requirements.txt @@ -1,4 +1,4 @@ -PyYAML==3.11 +PyYAML argparse==1.4.0 dateutils==0.6.6 python-dateutil==2.5.3 @@ -9,3 +9,4 @@ virtualenv==12.1.1 utils web.py==0.40.dev0 + |