Skip to content

Commit

Permalink
pacu cli
Browse files Browse the repository at this point in the history
  • Loading branch information
EvaStanAccount committed Apr 29, 2020
1 parent 5d6fc63 commit bb2cdc4
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions core/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
import json
import copy


from sqlalchemy import (
Boolean, CheckConstraint, Column, DateTime, ForeignKey, inspect, Integer, Text
)
Expand Down
1 change: 1 addition & 0 deletions install.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#!/bin/bash


check_python_version() {
echo "[ + ] Checking Python version . . ."
echo "[ $ ] python3 --version"
Expand Down
3 changes: 2 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,5 @@ pytz==2018.5
requests==2.20.0
urllib3==1.22
SQLAlchemy==1.2.8
SQLAlchemy-Utils==0.33.3
SQLAlchemy-Utils==0.33.3

0 comments on commit bb2cdc4

Please sign in to comment.