aboutsummaryrefslogtreecommitdiffstats
path: root/Pipfile
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@robocracy.org>2018-04-14 11:43:48 -0700
committerBryan Newbold <bnewbold@robocracy.org>2018-04-14 11:44:12 -0700
commitf9e2fd649acb273377ac4d2f4f65e9ac55477435 (patch)
tree186f6d9f9e0e8b461c3af979be5d62ee93d227bc /Pipfile
parent8aeaee2a0a8eead6a1aad4c0c05ec67a636f202f (diff)
downloadfatcat-f9e2fd649acb273377ac4d2f4f65e9ac55477435.tar.gz
fatcat-f9e2fd649acb273377ac4d2f4f65e9ac55477435.zip
add marshmallow stuff
Diffstat (limited to 'Pipfile')
-rw-r--r--Pipfile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Pipfile b/Pipfile
index e687ad00..30b13da3 100644
--- a/Pipfile
+++ b/Pipfile
@@ -17,6 +17,9 @@ SQLAlchemy = "*"
requests = "*"
Flask-SQLAlchemy = "*"
raven = "*"
+flask-sqlalchemy = "*"
+marshmallow-sqlalchemy = "*"
+flask-marshmallow = "*"
[requires]
python_version = "3.5"