diff options
author | Bryan Newbold <bnewbold@robocracy.org> | 2019-12-17 23:48:42 -0800 |
---|---|---|
committer | Bryan Newbold <bnewbold@robocracy.org> | 2019-12-17 23:48:47 -0800 |
commit | 795f470843667807435a101e9226df31d198619a (patch) | |
tree | 87c795b7651caa00e310a0fc4a579cefae824c8b /python/Pipfile | |
parent | 280e06d4ae7eb855bebbb5a07501c470be3f6dbb (diff) | |
download | fatcat-795f470843667807435a101e9226df31d198619a.tar.gz fatcat-795f470843667807435a101e9226df31d198619a.zip |
pipenv: update deps
loginpass patches got accepted upstream a while back, so don't need to
pin to a git version
ipython 7.10 seems to have problems installing, so restricting to
earlier 6.x versions
Diffstat (limited to 'python/Pipfile')
-rw-r--r-- | python/Pipfile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/python/Pipfile b/python/Pipfile index dbc42557..dfb87514 100644 --- a/python/Pipfile +++ b/python/Pipfile @@ -11,7 +11,7 @@ name = "pypi" 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" |