diff options
author | Stone, Avi (as206k) <as206k@att.com> | 2018-04-12 16:41:45 +0300 |
---|---|---|
committer | Stone, Avi (as206k) <as206k@att.com> | 2018-04-12 16:41:45 +0300 |
commit | 879e94b78193798e8b170fca9b924d2c3881f7ba (patch) | |
tree | 150de697138a7593869eaae455add025b06a6e04 /app/requirements.txt | |
parent | 7e02c7aaab14828ef8baaef98865f26d98e3b795 (diff) |
DCAE-D tosca-lab initial commit
DCAE-D tosca-lab initial commit
Change-Id: Ia42934ce7c75abe05fa106585c9334c8b048ee36
Issue-ID: SDC-1218
Signed-off-by: Stone, Avi (as206k) <as206k@att.com>
Diffstat (limited to 'app/requirements.txt')
-rw-r--r-- | app/requirements.txt | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/app/requirements.txt b/app/requirements.txt new file mode 100644 index 0000000..cb7ff9f --- /dev/null +++ b/app/requirements.txt @@ -0,0 +1,11 @@ +PyYAML==3.11 +argparse==1.4.0 +dateutils==0.6.6 +python-dateutil==2.5.3 +pytz==2016.6.1 +requests==2.13.0 +six==1.10.0 +virtualenv==12.1.1 +utils +web.py==0.40.dev0 + |