diff options
author | Andrew Jorgensen <ajorgens@amazon.com> | 2017-10-02 12:53:56 -0600 |
---|---|---|
committer | Chad Smith <chad.smith@canonical.com> | 2017-10-02 12:53:56 -0600 |
commit | f010594beb75e146091db47b7d72d1fc1d763e98 (patch) | |
tree | fa5e47e7d5a53229844be68ee1d47ec784e6603d /requirements.txt | |
parent | d32049993a8e719c52cb491dd8cc7935bfede2d3 (diff) | |
download | vyos-cloud-init-f010594beb75e146091db47b7d72d1fc1d763e98.tar.gz vyos-cloud-init-f010594beb75e146091db47b7d72d1fc1d763e98.zip |
Remove prettytable dependency, introduce simpletable
The first revision of this rendered tables with less decoration but there
was a desire upstream to avoid possibly breaking some parsing someone
might be doing, so it has been revised to render the same as prettytable
for the cases cloud-init actually uses.
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 61d1e90b..dd10d85d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,9 +3,6 @@ # Used for untemplating any files or strings with parameters. jinja2 -# This is used for any pretty printing of tabular data. -PrettyTable - # This one is currently only used by the MAAS datasource. If that # datasource is removed, this is no longer needed oauthlib |