diff options
Diffstat (limited to 'requirements.txt')
-rw-r--r-- | requirements.txt | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/requirements.txt b/requirements.txt index fb8f1b02..80d72a96 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,10 @@ +# Copyright (c) 2015-2017 Intel corporation. +# +# All rights reserved. This program and the accompanying materials +# are made available under the terms of the Apache License, Version 2.0 +# which accompanies this distribution, and is available at +# http://www.apache.org/licenses/LICENSE-2.0 + pexpect==3.3 tox==1.8.1 jinja2==2.7.3 @@ -6,3 +13,4 @@ requests==2.8.1 netaddr==0.7.18 scapy-python3==0.18 distro +======= |