diff options
author | Bryan Newbold <bnewbold@robocracy.org> | 2019-01-08 21:05:03 -0800 |
---|---|---|
committer | Bryan Newbold <bnewbold@robocracy.org> | 2019-01-08 21:05:03 -0800 |
commit | ba1bde18d780db53ac3562a3be9ae62bb5729db6 (patch) | |
tree | 20e420075609ef5879111cc345ed2749d8a8b456 /python/Pipfile | |
parent | 3ba08fa69221788e4e7eae2996b33c76b8ea2a71 (diff) | |
download | fatcat-ba1bde18d780db53ac3562a3be9ae62bb5729db6.tar.gz fatcat-ba1bde18d780db53ac3562a3be9ae62bb5729db6.zip |
update python dependencies
Diffstat (limited to 'python/Pipfile')
-rw-r--r-- | python/Pipfile | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/python/Pipfile b/python/Pipfile index b968c2aa..fbb197a2 100644 --- a/python/Pipfile +++ b/python/Pipfile @@ -9,25 +9,24 @@ verify_ssl = true name = "pypi" [dev-packages] -pytest = "*" +pytest = ">=4" pytest-pythonpath = "*" ipython = "*" -responses = "*" +responses = ">=0.10" pytest-cov = "*" pylint = "*" pg-view = "*" [packages] python-dotenv = "*" -Flask = "*" -#Flask-OIDC = "*" +Flask = ">=1" flask-uuid = "*" flask-debugtoolbar = "*" flask-login = "*" loginpass = "*" -requests = "*" +requests = ">=2" raven = { extras = ['flask'], version = "*" } -pykafka = "*" +pykafka = ">=2" python-dateutil = "*" sickle = "*" python-snappy = "*" |