diff options
Diffstat (limited to 'third_party/python/pathlib2/requirements.txt')
-rw-r--r-- | third_party/python/pathlib2/requirements.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/third_party/python/pathlib2/requirements.txt b/third_party/python/pathlib2/requirements.txt new file mode 100644 index 0000000000..9d43212790 --- /dev/null +++ b/third_party/python/pathlib2/requirements.txt @@ -0,0 +1,3 @@ +six +scandir; python_version < '3.5' +mock; python_version < '3.3' |