From 151735dca09339e28536e49db251374d0beb8a61 Mon Sep 17 00:00:00 2001 From: Seth Morton Date: Tue, 12 Nov 2019 22:50:57 -0800 Subject: Revert removal of Python 2.7 in one commitThis is to make a release that supports Python 3.8 and Python 2.7. Thiscommit can be reverted to then remove 2.7 support again. --- dev/requirements.in | 1 + dev/requirements.txt | 1 + 2 files changed, 2 insertions(+) (limited to 'dev') diff --git a/dev/requirements.in b/dev/requirements.in index c30d7ab..4b82ff2 100644 --- a/dev/requirements.in +++ b/dev/requirements.in @@ -5,3 +5,4 @@ pytest-mock hypothesis # pytest-faulthandler; platform_python_implementation == 'CPython' semver +pathlib; python_version < '3.4' \ No newline at end of file diff --git a/dev/requirements.txt b/dev/requirements.txt index e3656a7..769af62 100644 --- a/dev/requirements.txt +++ b/dev/requirements.txt @@ -17,6 +17,7 @@ mock==3.0.5 # via pytest-mock more-itertools==5.0.0 # via pytest, zipp packaging==19.2 # via pytest pathlib2==2.3.5 # via importlib-metadata, pytest +pathlib==1.0.1 ; python_version < "3.4" pluggy==0.13.0 # via pytest py==1.8.0 # via pytest pyparsing==2.4.5 # via packaging -- cgit v1.2.1