Commit 45e0ea0f authored by Jason R. Coombs's avatar Jason R. Coombs

Remove six as a vendored dependency.

parent 5003bae4
......@@ -54,6 +54,7 @@ def install(vendor):
subprocess.check_call(install_args)
remove_all(vendor.glob('*.dist-info'))
remove_all(vendor.glob('*.egg-info'))
remove_all(vendor.glob('six.py'))
(vendor / '__init__.py').write_text('')
......
This diff is collapsed.
packaging==20.4
pyparsing==2.2.1
six==1.10.0
appdirs==1.4.3
This diff is collapsed.
packaging==20.4
pyparsing==2.2.1
six==1.10.0
ordered-set==3.1.1
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment