Skip to content

Commit

Permalink
Pin textile until Python 2.6 support is dropped.
Browse files Browse the repository at this point in the history
  • Loading branch information
mblayman committed Aug 15, 2016
1 parent 1de5291 commit d6ccd17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ def run(self):
'Pygments',
'PyYAML',
'smartypants',
'textile',
'textile==2.2.2', # Newer versions don't work with Python 2.6.
'watchdog',
'werkzeug',
]
Expand Down

0 comments on commit d6ccd17

Please sign in to comment.