diff options
| author | Bryan Newbold <bnewbold@robocracy.org> | 2020-04-15 21:19:22 -0700 | 
|---|---|---|
| committer | Bryan Newbold <bnewbold@robocracy.org> | 2020-04-17 10:56:17 -0700 | 
| commit | 2c0a6c23eb4edf2941a1c106ce556ed505e778b1 (patch) | |
| tree | b2bb83bdeb2b0ed27165cfcba73afc8726d14bc4 /python/Pipfile | |
| parent | 873841e6554cf778660895a659ae70d84033aac2 (diff) | |
| download | fatcat-2c0a6c23eb4edf2941a1c106ce556ed505e778b1.tar.gz fatcat-2c0a6c23eb4edf2941a1c106ce556ed505e778b1.zip | |
pipenv: update deps for python 3.7
We had some pre-3.6 work arounds. Also seems like a reasonable time to
update all depdencies to most recent versions.
Diffstat (limited to 'python/Pipfile')
| -rw-r--r-- | python/Pipfile | 12 | 
1 files changed, 4 insertions, 8 deletions
| diff --git a/python/Pipfile b/python/Pipfile index 1bcb55cd..eb706815 100644 --- a/python/Pipfile +++ b/python/Pipfile @@ -11,7 +11,7 @@ name = "pypi"  pytest = ">=5,<6.0.0"  pytest-pythonpath = "*"  pytest-pylint = "*" -ipython = "<7.0.0" +ipython = "*"  responses = ">=0.10"  pytest-cov = "*"  pylint = "*" @@ -55,12 +55,8 @@ pathlib2 = "*"  pycountry = "*"  tldextract = "*" -# this is only to lock to a python3.5-compatible version. needed by an -# importlib-metadata, under pytest -zipp = "<2.0.0" -  [requires] -# Python 3.5 is the bundled (system) version of python for Ubuntu 16.04 -# (Xenial), currently the default on Internet Archive production VMs. But we -# install Python 3.7 using an external package repository. +# We install Python 3.7 using a PPA (deadsnakes) on Internet Archive cluster +# machines, which as of Spring 2020 are still running Ubuntu Xenial (16.04), +# which has a system default of Python 3.5.  python_version = "3.7" | 
