From bb2cdc46ad2191a675e6c275432fd4e78170744e Mon Sep 17 00:00:00 2001 From: Nick Spagnola Date: Wed, 29 Apr 2020 14:45:19 -0500 Subject: [PATCH] pacu cli --- core/models.py | 1 + install.sh | 1 + requirements.txt | 3 ++- 3 files changed, 4 insertions(+), 1 deletion(-) diff --git a/core/models.py b/core/models.py index a2f53e72..c645b6c7 100644 --- a/core/models.py +++ b/core/models.py @@ -2,6 +2,7 @@ import json import copy + from sqlalchemy import ( Boolean, CheckConstraint, Column, DateTime, ForeignKey, inspect, Integer, Text ) diff --git a/install.sh b/install.sh index 9fabddc6..d36f2d89 100644 --- a/install.sh +++ b/install.sh @@ -1,5 +1,6 @@ #!/bin/bash + check_python_version() { echo "[ + ] Checking Python version . . ." echo "[ $ ] python3 --version" diff --git a/requirements.txt b/requirements.txt index 495698e6..60f3a577 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7,4 +7,5 @@ pytz==2018.5 requests==2.20.0 urllib3==1.22 SQLAlchemy==1.2.8 -SQLAlchemy-Utils==0.33.3 \ No newline at end of file +SQLAlchemy-Utils==0.33.3 +