commit | 5a10e5a5022fe8048afc3e5c381636b0d0bc7d75 | [log] [tgz] |
---|---|---|
author | akutz <akutz@vmware.com> | Sun Jun 02 11:21:32 2019 -0500 |
committer | akutz <akutz@vmware.com> | Sun Jun 02 11:21:32 2019 -0500 |
tree | 8192b50ca01a6a3333c24609e94114e3e9a4c501 | |
parent | 5b0bc0507a825d4c7d51e28c86321bc163c11df7 [diff] |
Add a pip requirements file This patch adds a pip requirements file to make it easy to "pip install -r requirements.txt" to satisfy the imports for the datasource.
diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..91816c8 --- /dev/null +++ b/requirements.txt
@@ -0,0 +1,2 @@ +deepmerge +netifaces \ No newline at end of file