1
1
mirror of https://github.com/dbcli/pgcli.git synced 2024-09-19 17:58:44 +03:00

Make pygments capital-cases in setup.py

This commit is contained in:
Amjith Ramanujam 2015-01-07 09:01:50 -08:00
parent e61c3428d4
commit 09f7ac55d0

View File

@ -24,10 +24,11 @@ setup(
long_description=open('README.rst').read(),
install_requires=[
'click >= 3.2',
'Pygments >= 2.0', # Pygments has to be Capitalcased. WTF?
'jedi == 0.8.1', # Temporary fix for installation woes.
'prompt_toolkit==0.25', # Need to pin this to 0.25 since APIs change quite a bit after this.
'psycopg2 >= 2.5.4',
'sqlparse >= 0.1.14',
'pygments >= 2.0'
],
entry_points='''
[console_scripts]