1
1
mirror of https://github.com/dbcli/pgcli.git synced 2024-10-06 10:17:15 +03:00

Remove tabulate from dependencies and update LICENSE.

This commit is contained in:
Amjith Ramanujam 2014-12-08 00:25:47 -08:00
parent 5d9cdd3e9f
commit a88192bc0c
2 changed files with 8 additions and 1 deletions

View File

@ -25,3 +25,11 @@ LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-------------------------------------------------------------------------------
This program also bundles with it python-tabulate
(https://pypi.python.org/pypi/tabulate) library. This library is licensed under
MIT License.
-------------------------------------------------------------------------------

View File

@ -24,7 +24,6 @@ setup(
'Click',
'prompt_toolkit',
'psycopg2',
'tabulate',
'sqlparse',
],
entry_points='''