summaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorIryna Cherniavska <i.chernyavska@gmail.com>2015-09-24 23:34:05 -0700
committerAmjith Ramanujam <amjith.r@gmail.com>2015-09-26 17:51:51 -0700
commit68123b6fac82810dc61c1e05fd1005c5ad1cd874 (patch)
treebbe14da9940f72ad5a9dd0c7566545ac775f1e26 /setup.py
parent2020e7204d22baded2cc1ddb431e5d19e1cdb301 (diff)
Upped pgspecial req to 1.1.0 with \x auto included.
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 778b10d7..66828a63 100644
--- a/setup.py
+++ b/setup.py
@@ -23,7 +23,7 @@ setup(
description=description,
long_description=open('README.rst').read(),
install_requires=[
- 'pgspecial>=1.0.0',
+ 'pgspecial>=1.1.0',
'click >= 4.1',
'Pygments >= 2.0', # Pygments has to be Capitalcased. WTF?
'prompt_toolkit==0.46',