diff options
author | Bryan Newbold <bnewbold@robocracy.org> | 2019-03-20 13:39:07 -0700 |
---|---|---|
committer | Bryan Newbold <bnewbold@robocracy.org> | 2019-03-20 13:39:07 -0700 |
commit | 1f165c34a6179f96b6de0c616f21a319e3c4ccce (patch) | |
tree | 95e9e98432a869ce3d2a2d93a096791572060f14 /python/Pipfile | |
parent | daadc1eb8255d2da2ea077f644c97a12cce0031e (diff) | |
download | fatcat-1f165c34a6179f96b6de0c616f21a319e3c4ccce.tar.gz fatcat-1f165c34a6179f96b6de0c616f21a319e3c4ccce.zip |
add wtforms deps
Diffstat (limited to 'python/Pipfile')
-rw-r--r-- | python/Pipfile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/python/Pipfile b/python/Pipfile index e793ad96..9c108cba 100644 --- a/python/Pipfile +++ b/python/Pipfile @@ -24,6 +24,8 @@ Flask = ">=1" flask-uuid = "*" flask-debugtoolbar = "*" flask-login = "*" +flask-wtf = "*" +WTForms = "*" loginpass = "*" requests = ">=2" raven = { extras = ['flask'], version = "*" } |