diff options
Diffstat (limited to 'python/Pipfile')
-rw-r--r-- | python/Pipfile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/python/Pipfile b/python/Pipfile index 42d0b7ad..86dc1333 100644 --- a/python/Pipfile +++ b/python/Pipfile @@ -37,11 +37,12 @@ python-dateutil = "*" sickle = "*" python-snappy = "*" pymacaroons = "*" -ftfy= "*" +ftfy = "*" citeproc-py = "*" citeproc-py-styles = "*" bs4 = "*" python-magic = "*" +pylatexenc = "*" [requires] # Python 3.5 is the bundled (system) version of python for Ubuntu 16.04 |