diff options
author | Daniel Watkins <oddbloke@ubuntu.com> | 2020-03-17 15:48:51 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-03-17 15:48:51 -0400 |
commit | b9ff0dc950558ecd2a8469eded26bd6ae4082771 (patch) | |
tree | 0d411916b0fc90475bf9fd6d00dcef5c8426c2b4 /requirements.txt | |
parent | 309e9a3cb33a16721d87650f9c1b50709e507356 (diff) | |
download | vyos-cloud-init-b9ff0dc950558ecd2a8469eded26bd6ae4082771.tar.gz vyos-cloud-init-b9ff0dc950558ecd2a8469eded26bd6ae4082771.zip |
cloudinit: remove six from packaging/tooling (#253)
Diffstat (limited to 'requirements.txt')
-rw-r--r-- | requirements.txt | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/requirements.txt b/requirements.txt index dd10d85d..5817da3b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -32,6 +32,3 @@ jsonpatch # For validating cloud-config sections per schema definitions jsonschema - -# For Python 2/3 compatibility -six |