aboutsummaryrefslogtreecommitdiffstats
path: root/python/Pipfile
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@robocracy.org>2019-12-17 18:38:20 -0800
committerBryan Newbold <bnewbold@robocracy.org>2019-12-17 18:38:20 -0800
commit8332872e8e3e95b00f5605f5d5d6e3915886cc95 (patch)
treea935bff0b2d383b4fbfd7f405b299f3042172623 /python/Pipfile
parent7dabbea2f7d06fcf8044448fb56ecb1a205fb261 (diff)
downloadfatcat-8332872e8e3e95b00f5605f5d5d6e3915886cc95.tar.gz
fatcat-8332872e8e3e95b00f5605f5d5d6e3915886cc95.zip
pipfile: add langcodes and dateparser dependencies
Diffstat (limited to 'python/Pipfile')
-rw-r--r--python/Pipfile2
1 files changed, 2 insertions, 0 deletions
diff --git a/python/Pipfile b/python/Pipfile
index ae261053..9c870ae9 100644
--- a/python/Pipfile
+++ b/python/Pipfile
@@ -47,6 +47,8 @@ pylatexenc = "*"
pygal = "*"
elasticsearch-dsl = ">=6.0.0,<7.0.0"
elasticsearch = ">=6.0.0,<7.0.0"
+langcodes = ">=1.4"
+dateparser = ">=0.7"
[requires]
# Python 3.5 is the bundled (system) version of python for Ubuntu 16.04