Adding box as a direct dependency. Really uncertain how this is working everwhere but in the actual deployment.

This commit is contained in:
Dan Funk 2020-07-30 15:04:09 -04:00
parent 7004d9ba88
commit 9112be548d
3 changed files with 11 additions and 2 deletions

View File

@ -46,6 +46,7 @@ werkzeug = "*"
xlrd = "*"
xlsxwriter = "*"
pygithub = "*"
python-box = "*"
[requires]
python_version = "3.7"

10
Pipfile.lock generated
View File

@ -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",

View File

@ -1,3 +1,3 @@
from setuptools import setup
setup(setup_requires=["pbr"], pbr=True)
setup(setup_requires=["pbr"], pbr=True, install_requires=['box'])