Trying to rectify some issues with deployment and dependencies in spiffworkflow that are only failing once pushed out to production.

This commit is contained in:
Dan Funk 2020-08-12 22:00:09 -04:00
parent bab171df42
commit c572b02c5c
3 changed files with 6 additions and 4 deletions

View File

@ -48,4 +48,4 @@ pygithub = "*"
python-box = "*"
[requires]
python_version = "3.7"
python_version = "3.8"

4
Pipfile.lock generated
View File

@ -1,11 +1,11 @@
{
"_meta": {
"hash": {
"sha256": "45dc348da1f583da4a7c76113456b3f0225736e79a5da05ba2af9ede7f8089e0"
"sha256": "81609b24d5be29db98b75d9d2597c20cee854a0ce6036fbd9b2dd58707852e3f"
},
"pipfile-spec": 6,
"requires": {
"python_version": "3.7"
"python_version": "3.8"
},
"sources": [
{

View File

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