aboutsummaryrefslogtreecommitdiffstats
path: root/python/Pipfile
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@robocracy.org>2019-09-04 13:24:21 -0700
committerBryan Newbold <bnewbold@robocracy.org>2019-09-04 13:24:21 -0700
commit22fc51c7ce5a04e29870c921e291fddd3de38503 (patch)
tree2452204bc142a58b193d407847ec25316ce847fd /python/Pipfile
parentf4da02fae5ebd179a0b3af4ff179543813fa146b (diff)
downloadfatcat-22fc51c7ce5a04e29870c921e291fddd3de38503.tar.gz
fatcat-22fc51c7ce5a04e29870c921e291fddd3de38503.zip
import pygal
Diffstat (limited to 'python/Pipfile')
-rw-r--r--python/Pipfile8
1 files changed, 4 insertions, 4 deletions
diff --git a/python/Pipfile b/python/Pipfile
index 07cd1b5b..0de97b25 100644
--- a/python/Pipfile
+++ b/python/Pipfile
@@ -1,4 +1,3 @@
-
# This file is *not* used as part of bundling or distributing the python client
# library (fatcat_client). It *is* shared by the web interface (flask app),
# workers, and import scripts.
@@ -19,7 +18,7 @@ pylint = "*"
pg-view = "*"
[packages]
-fatcat_client = { path = "./../python_client" }
+fatcat_client = {path = "./../python_client"}
python-dotenv = "*"
Flask = ">=1"
flask-uuid = "*"
@@ -29,9 +28,9 @@ flask-wtf = "*"
Flask-Misaka = "*"
flask-mwoauth = "*"
WTForms = "*"
-loginpass = { git = 'https://github.com/authlib/loginpass.git', ref = 'ed9e527502bd19be6793f88ed71ca0e1764e9034' }
+loginpass = {ref = 'ed9e527502bd19be6793f88ed71ca0e1764e9034',git = 'https://github.com/authlib/loginpass.git'}
requests = ">=2"
-raven = { extras = ['flask'], version = "*" }
+raven = {extras = ['flask'],version = "*"}
pykafka = ">=2"
python-dateutil = "*"
sickle = "*"
@@ -43,6 +42,7 @@ citeproc-py-styles = "*"
bs4 = "*"
python-magic = "*"
pylatexenc = "*"
+pygal = "*"
[requires]
# Python 3.5 is the bundled (system) version of python for Ubuntu 16.04