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 /tox.ini | |
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 'tox.ini')
-rw-r--r-- | tox.ini | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -64,7 +64,6 @@ deps = # requirements jinja2==2.8 pyyaml==3.11 - PrettyTable==0.7.2 oauthlib==1.0.3 pyserial==3.0.1 configobj==5.0.6 @@ -89,7 +88,6 @@ deps = argparse==1.2.1 jinja2==2.2.1 pyyaml==3.10 - PrettyTable==0.7.2 oauthlib==0.6.0 configobj==4.6.0 requests==2.6.0 @@ -105,7 +103,6 @@ deps = argparse==1.3.0 jinja2==2.8 PyYAML==3.11 - PrettyTable==0.7.2 oauthlib==0.7.2 configobj==5.0.6 requests==2.11.1 |