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

Add pandas as a mandatory requirement

This commit is contained in:
Darik Gamble 2015-01-18 15:53:11 -05:00
parent 78288101c2
commit 78dce17428

View File

@ -29,6 +29,7 @@ setup(
'prompt_toolkit==0.26',
'psycopg2 >= 2.5.4',
'sqlparse >= 0.1.14',
'pandas >= 0.15.0'
],
entry_points='''
[console_scripts]