summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAmjith Ramanujam <amjith.r@gmail.com>2015-01-07 09:01:50 -0800
committerAmjith Ramanujam <amjith.r@gmail.com>2015-01-07 09:02:00 -0800
commit09f7ac55d02cbacb00f448020afb4483fcee1fca (patch)
tree9456fb4d67176d9b2e5d12277b066344cf4bb1b8
parente61c3428d4997cf5e2a7066f0dbbf2829f38b8c8 (diff)
Make pygments capital-cases in setup.py
-rw-r--r--setup.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 723fa24d..3b5c33c8 100644
--- a/setup.py
+++ b/setup.py
@@ -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]