Instead of doing conditional requirements, add the backports we need to buildtools.backports

This commit is contained in:
Robin Dunn
2019-06-03 21:33:23 -07:00
parent d6faf337e2
commit 90fd88f45d
7 changed files with 2286 additions and 6 deletions

View File

@@ -9,6 +9,3 @@ requests
pytest
pytest-xdist
pytest-timeout
pathlib2 ; python_version < "3"
backports.shutil_which ; python_version < "3"
textwrap3 ; python_version < "3"