We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9aaccab commit eebb2cfCopy full SHA for eebb2cf
setup.py
@@ -1,5 +1,6 @@
1
#!/usr/bin/env python
2
# coding=utf-8
3
+
4
"""The gitsome installer."""
5
from __future__ import print_function, unicode_literals
6
import os
@@ -15,7 +16,6 @@
15
16
from distutils.command.sdist import sdist as sdist
17
from distutils.command.install import install as install
18
HAVE_SETUPTOOLS = False
-
19
from gitsome.__init__ import __version__ as VERSION
20
21
@@ -109,7 +109,7 @@ def main():
109
'feedparser>=5.2.1,<6.0.0',
110
'pytz>=2016.3,<2017.0',
111
'docopt>=0.6.2,<1.0.0',
112
- 'uritemplate.py>=0.2.0,<1.0.0',
+ 'uritemplate.py>=1.0.0,<4.0.0',
113
],
114
skw['entry_points'] = {
115
'pygments.lexers': ['gitsome = xonsh.pyghooks:XonshLexer',
0 commit comments