diff --git a/Pipfile b/Pipfile index 56f3bc26..f16e89fa 100644 --- a/Pipfile +++ b/Pipfile @@ -46,6 +46,7 @@ werkzeug = "*" xlrd = "*" xlsxwriter = "*" pygithub = "*" +python-box = "*" [requires] python_version = "3.7" diff --git a/Pipfile.lock b/Pipfile.lock index 8ce6175a..7ca0d3d7 100644 --- a/Pipfile.lock +++ b/Pipfile.lock @@ -1,7 +1,7 @@ { "_meta": { "hash": { - "sha256": "381d29428eb328ad6167774b510b9d818bd1505b95f50454a19f1564782326cc" + "sha256": "45dc348da1f583da4a7c76113456b3f0225736e79a5da05ba2af9ede7f8089e0" }, "pipfile-spec": 6, "requires": { @@ -659,6 +659,14 @@ ], "version": "==0.16.0" }, + "python-box": { + "hashes": [ + "sha256:bcb057e8960f4d888a4caf8f668eeca3c5c61ad349d8d81c4339414984fa9454", + "sha256:f02e059a299cac0515687aafec7543d401b12759d6578e53fae74154e0cbaa79" + ], + "index": "pypi", + "version": "==5.1.0" + }, "python-dateutil": { "hashes": [ "sha256:73ebfe9dbf22e832286dafa60473e4cd239f8592f699aa5adaf10050e6e1823c", diff --git a/setup.py b/setup.py index 159a3d35..74c022d1 100644 --- a/setup.py +++ b/setup.py @@ -1,3 +1,3 @@ from setuptools import setup -setup(setup_requires=["pbr"], pbr=True) +setup(setup_requires=["pbr"], pbr=True, install_requires=['box'])