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

Update setup.py

This commit is contained in:
VVelox 2019-05-03 04:21:25 -05:00 committed by GitHub
parent 6d1b653e24
commit dc1c335632
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -17,7 +17,7 @@ install_requirements = [
'Pygments >= 2.0', # Pygments has to be Capitalcased. WTF? 'Pygments >= 2.0', # Pygments has to be Capitalcased. WTF?
'prompt_toolkit>=2.0.6,<2.1.0', 'prompt_toolkit>=2.0.6,<2.1.0',
'psycopg2 >= 2.7.4,<2.8', 'psycopg2 >= 2.7.4,<2.8',
'sqlparse >=0.2.2,<0.3.0', 'sqlparse >=0.2.2',
'configobj >= 5.0.6', 'configobj >= 5.0.6',
'humanize >= 0.5.1', 'humanize >= 0.5.1',
'cli_helpers[styles] >= 1.2.0', 'cli_helpers[styles] >= 1.2.0',