Skip to content

Commit eebb2cf

Browse files
authored
Update deps for uritemplate.py (donnemartin#86)
1 parent 9aaccab commit eebb2cf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
#!/usr/bin/env python
22
# coding=utf-8
3+
34
"""The gitsome installer."""
45
from __future__ import print_function, unicode_literals
56
import os
@@ -15,7 +16,6 @@
1516
from distutils.command.sdist import sdist as sdist
1617
from distutils.command.install import install as install
1718
HAVE_SETUPTOOLS = False
18-
1919
from gitsome.__init__ import __version__ as VERSION
2020

2121

@@ -109,7 +109,7 @@ def main():
109109
'feedparser>=5.2.1,<6.0.0',
110110
'pytz>=2016.3,<2017.0',
111111
'docopt>=0.6.2,<1.0.0',
112-
'uritemplate.py>=0.2.0,<1.0.0',
112+
'uritemplate.py>=1.0.0,<4.0.0',
113113
],
114114
skw['entry_points'] = {
115115
'pygments.lexers': ['gitsome = xonsh.pyghooks:XonshLexer',

0 commit comments

Comments
 (0)