diff options
author | Bryan Newbold <bnewbold@robocracy.org> | 2018-05-28 16:27:11 -0700 |
---|---|---|
committer | Bryan Newbold <bnewbold@robocracy.org> | 2018-05-28 16:27:11 -0700 |
commit | bf085b31ac3790ce24feb07dfed6b0e7574ed183 (patch) | |
tree | 3c40dfd91b1263e31080028fab63ca304eb023c9 /python/Pipfile | |
parent | 1855e07ea846126bc27b1419f104a024d78623c7 (diff) | |
download | fatcat-bf085b31ac3790ce24feb07dfed6b0e7574ed183.tar.gz fatcat-bf085b31ac3790ce24feb07dfed6b0e7574ed183.zip |
uuids in flask routes
Diffstat (limited to 'python/Pipfile')
-rw-r--r-- | python/Pipfile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/python/Pipfile b/python/Pipfile index d60bf48f..a7e50535 100644 --- a/python/Pipfile +++ b/python/Pipfile @@ -22,6 +22,7 @@ raven = "*" flask-sqlalchemy = "*" marshmallow-sqlalchemy = "*" flask-marshmallow = "*" +flask-uuid = "*" "psycopg2" = "*" [requires] |