From c572b02c5c07d2fc1aa9ffdede0ef2a98235ba05 Mon Sep 17 00:00:00 2001 From: Dan Funk Date: Wed, 12 Aug 2020 22:00:09 -0400 Subject: [PATCH] Trying to rectify some issues with deployment and dependencies in spiffworkflow that are only failing once pushed out to production. --- Pipfile | 2 +- Pipfile.lock | 4 ++-- README.md | 4 +++- 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/Pipfile b/Pipfile index 1d1b06d4..4fc1631c 100644 --- a/Pipfile +++ b/Pipfile @@ -48,4 +48,4 @@ pygithub = "*" python-box = "*" [requires] -python_version = "3.7" +python_version = "3.8" diff --git a/Pipfile.lock b/Pipfile.lock index 0a2be84c..1290c7c7 100644 --- a/Pipfile.lock +++ b/Pipfile.lock @@ -1,11 +1,11 @@ { "_meta": { "hash": { - "sha256": "45dc348da1f583da4a7c76113456b3f0225736e79a5da05ba2af9ede7f8089e0" + "sha256": "81609b24d5be29db98b75d9d2597c20cee854a0ce6036fbd9b2dd58707852e3f" }, "pipfile-spec": 6, "requires": { - "python_version": "3.7" + "python_version": "3.8" }, "sources": [ { diff --git a/README.md b/README.md index e559f044..ac118a63 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,9 @@ Make sure all of the following are properly installed on your system: 2. `pipenv`: - [Install pipenv](https://pipenv-es.readthedocs.io/es/stable/) - [Add ${HOME}/.local/bin to your PATH](https://github.com/pypa/pipenv/issues/2122#issue-319600584) - +3. `install depdencies` + - pipenv install + - pipenv install --dev (for development dependencies) ### Running Postgres