summaryrefslogtreecommitdiffstats
path: root/setup.py
AgeCommit message (Expand)Author
2015-02-08Switch back to using psycopg2.Amjith Ramanujam
2015-02-08Pin the version to psycopg2cffi to 2.6.1 and above.Amjith Ramanujam
2015-02-06Convert to use cffi. But unicode isn't working.Amjith Ramanujam
2015-01-25Remove pandas dependency by storing database metadata as lists of tuplesDarik Gamble
2015-01-18Add pandas as a mandatory requirementDarik Gamble
2015-01-08Update prompt_toolkit version, now supporting CTRL+arrow shortcuts.Karl-Aksel Puulmann
2015-01-07Make pygments capital-cases in setup.pyAmjith Ramanujam
2015-01-07click version must be >= 3.2Guewen Baconnier
2015-01-06Update setup.py with specific versions for dependencies.Amjith Ramanujam
2015-01-07Fix psycopg2 versionKarl-Aksel Puulmann
2015-01-06Update the homepage in setup.Amjith Ramanujam
2014-12-11Add default config file to setup.py.Amjith Ramanujam
2014-12-11Change license file.Amjith Ramanujam
2014-12-11Add in the license.Amjith Ramanujam
2014-12-11Add author email to setup.pyAmjith Ramanujam
2014-12-11Update the description in setup.py.Amjith Ramanujam
2014-12-08Remove tabulate from dependencies and update LICENSE.Amjith Ramanujam
2014-11-30Add a section for linux install in Readme.Amjith Ramanujam
2014-11-30Update setup.py to read from the Readme.Amjith Ramanujam
2014-11-26Move pgcli into a directory and make a package.Amjith Ramanujam
2014-11-23Add pretty printing of table data.Amjith Ramanujam
2014-10-12Rename scripts and add setup.Amjith Ramanujam