1
0
Fork 0

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
1 changed files with 2 additions and 1 deletions

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]