summaryrefslogtreecommitdiff
path: root/dev
diff options
context:
space:
mode:
authorSeth Morton <seth.m.morton@gmail.com>2019-11-12 22:50:57 -0800
committerSeth Morton <seth.m.morton@gmail.com>2019-11-13 09:24:53 -0800
commit151735dca09339e28536e49db251374d0beb8a61 (patch)
tree7f3d332c11d05246692e38c04862cdcb9cc82eb8 /dev
parent5959dec362b97881c5bf296b5e283246979ca582 (diff)
downloadnatsort-151735dca09339e28536e49db251374d0beb8a61.tar.gz
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.
Diffstat (limited to 'dev')
-rw-r--r--dev/requirements.in1
-rw-r--r--dev/requirements.txt1
2 files changed, 2 insertions, 0 deletions
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