This commit is contained in:
Curtis Castrapel 2018-04-12 08:52:47 -07:00
parent 2d6d2357b5
commit 993958c356
7 changed files with 16 additions and 4 deletions

View File

@ -120,5 +120,4 @@ endif
@echo "--> Done installing new dependencies"
@echo ""
.PHONY: develop dev-postgres dev-docs setup-git build clean update-submodules test testloop test-cli test-js test-python lint lint-python lint-js coverage publish release

View File

@ -148,7 +148,7 @@ def validate_schema(input_schema, output_schema):
request_data = request.get_json()
else:
request_data = request.args
print(data)
data, errors = input_schema.load(request_data)
if errors:

View File

@ -8,7 +8,7 @@
# the 'revision' command, regardless of autogenerate
# revision_environment = false
script_location = .
# Logging configuration
[loggers]
keys = root,sqlalchemy,alembic

View File

@ -9,6 +9,8 @@ cached-property==1.4.2 # via pre-commit
certifi==2018.1.18 # via requests
cfgv==1.0.0 # via pre-commit
chardet==3.0.4 # via requests
configparser==3.5.0 # via flake8
enum34==1.1.6 # via flake8
flake8==3.5.0
identify==1.0.11 # via pre-commit
idna==2.6 # via requests

View File

@ -24,4 +24,5 @@ sphinx-rtd-theme==0.3.0
sphinx==1.7.2
sphinxcontrib-httpdomain==1.6.1
sphinxcontrib-websupport==1.0.1 # via sphinx
typing==3.6.4 # via sphinx
urllib3==1.22 # via requests

View File

@ -20,18 +20,22 @@ cryptography==2.2.2 # via moto
docker-pycreds==0.2.2 # via docker
docker==3.2.1 # via moto
docutils==0.14 # via botocore
enum34==1.1.6 # via cryptography
factory-boy==2.10.0
faker==0.8.13
flask==0.12.2 # via pytest-flask
freezegun==0.3.10
funcsigs==1.0.2 # via mock, pytest
futures==3.2.0 # via s3transfer
idna==2.6 # via cryptography, requests
ipaddress==1.0.19 # via cryptography, docker, faker
itsdangerous==0.24 # via flask
jinja2==2.10 # via flask, moto
jmespath==0.9.3 # via boto3, botocore
jsondiff==1.1.1 # via moto
jsonpickle==0.9.6 # via aws-xray-sdk
markupsafe==1.0 # via jinja2
mock==2.0.0 # via moto
mock==2.0.0 # via moto, pytest-mock
more-itertools==4.1.0 # via pytest
moto==1.3.1
nose==1.3.7

View File

@ -10,14 +10,17 @@ alembic==0.9.9 # via flask-migrate
aniso8601==3.0.0 # via flask-restful
arrow==0.12.1
asn1crypto==0.24.0 # via cryptography
backports.functools-lru-cache==1.5 # via arrow
bcrypt==3.1.4 # via flask-bcrypt, paramiko
blinker==1.4 # via flask-mail, flask-principal, raven
boto3==1.7.4
botocore==1.10.4 # via boto3, s3transfer
cffi==1.11.5 # via bcrypt, cryptography, pynacl
click==6.7 # via flask
contextlib2==0.5.5 # via raven
cryptography==2.2.2
docutils==0.14 # via botocore
enum34==1.1.6 # via cryptography
flask-bcrypt==0.7.1
flask-cors==3.0.3
flask-mail==0.9.1
@ -27,10 +30,13 @@ flask-restful==0.3.6
flask-script==2.0.6
flask-sqlalchemy==2.3.2
flask==0.12
funcsigs==1.0.2 # via mock
future==0.16.0
futures==3.2.0 # via s3transfer
gunicorn==19.7.1
idna==2.6 # via cryptography
inflection==0.3.1
ipaddress==1.0.19 # via cryptography
itsdangerous==0.24 # via flask
jinja2==2.10
jmespath==0.9.3 # via boto3, botocore