diff options
author | Bryan Newbold <bnewbold@robocracy.org> | 2018-04-14 11:43:48 -0700 |
---|---|---|
committer | Bryan Newbold <bnewbold@robocracy.org> | 2018-04-14 11:44:12 -0700 |
commit | f9e2fd649acb273377ac4d2f4f65e9ac55477435 (patch) | |
tree | 186f6d9f9e0e8b461c3af979be5d62ee93d227bc /Pipfile | |
parent | 8aeaee2a0a8eead6a1aad4c0c05ec67a636f202f (diff) | |
download | fatcat-f9e2fd649acb273377ac4d2f4f65e9ac55477435.tar.gz fatcat-f9e2fd649acb273377ac4d2f4f65e9ac55477435.zip |
add marshmallow stuff
Diffstat (limited to 'Pipfile')
-rw-r--r-- | Pipfile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -17,6 +17,9 @@ SQLAlchemy = "*" requests = "*" Flask-SQLAlchemy = "*" raven = "*" +flask-sqlalchemy = "*" +marshmallow-sqlalchemy = "*" +flask-marshmallow = "*" [requires] python_version = "3.5" |