diff options
author | bnewbold <bnewbold@archive.org> | 2020-04-17 21:22:48 +0000 |
---|---|---|
committer | bnewbold <bnewbold@archive.org> | 2020-04-17 21:22:48 +0000 |
commit | e749b576bdb9bbec3bcef7e4e389e7fbbf916c84 (patch) | |
tree | a0d9ac76ddb08db9e224272e60a41f26d27d2257 /python/Pipfile | |
parent | 963faf6cf6e7e5c6685ffe89e080134c7590957f (diff) | |
parent | bbe37c06a3d6c213823258f054d10eaf0814da8f (diff) | |
download | fatcat-e749b576bdb9bbec3bcef7e4e389e7fbbf916c84.tar.gz fatcat-e749b576bdb9bbec3bcef7e4e389e7fbbf916c84.zip |
Merge branch 'bnewbold-py37-cleanups' into 'master'
py37 cleanups
See merge request webgroup/fatcat!44
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" |