aboutsummaryrefslogtreecommitdiffstats
path: root/python/Pipfile
diff options
context:
space:
mode:
authorbnewbold <bnewbold@archive.org>2019-12-18 08:11:54 +0000
committerbnewbold <bnewbold@archive.org>2019-12-18 08:11:54 +0000
commit638d5d788e3e6f7fea4798b5d26802f7ae2de926 (patch)
tree87c795b7651caa00e310a0fc4a579cefae824c8b /python/Pipfile
parent7dabbea2f7d06fcf8044448fb56ecb1a205fb261 (diff)
parent795f470843667807435a101e9226df31d198619a (diff)
downloadfatcat-638d5d788e3e6f7fea4798b5d26802f7ae2de926.tar.gz
fatcat-638d5d788e3e6f7fea4798b5d26802f7ae2de926.zip
Merge branch 'bnewbold-pipenv-20191217' into 'master'
pipenv updates See merge request webgroup/fatcat!13
Diffstat (limited to 'python/Pipfile')
-rw-r--r--python/Pipfile12
1 files changed, 7 insertions, 5 deletions
diff --git a/python/Pipfile b/python/Pipfile
index ae261053..dfb87514 100644
--- a/python/Pipfile
+++ b/python/Pipfile
@@ -8,10 +8,10 @@ verify_ssl = true
name = "pypi"
[dev-packages]
-pytest = ">=4"
+pytest = ">=4,<5.0.0"
pytest-pythonpath = "*"
pytest-pylint = "*"
-ipython = "*"
+ipython = "<7.0.0"
responses = ">=0.10"
pytest-cov = "*"
pylint = "*"
@@ -29,7 +29,7 @@ flask-wtf = "*"
Flask-Misaka = "*"
flask-mwoauth = "*"
WTForms = "*"
-loginpass = {ref = 'ed9e527502bd19be6793f88ed71ca0e1764e9034',git = 'https://github.com/authlib/loginpass.git'}
+loginpass = ">=0.4"
requests = ">=2"
raven = {extras = ['flask'],version = "*"}
pykafka = ">=2"
@@ -39,14 +39,16 @@ sickle = "*"
python-snappy = "*"
pymacaroons = "*"
ftfy = "*"
-citeproc-py = "*"
-citeproc-py-styles = "*"
+citeproc-py = ">=0.4"
+citeproc-py-styles = ">=0.1"
bs4 = "*"
python-magic = "*"
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