Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update deps for uritemplate.py #86

Merged
merged 1 commit into from
Oct 27, 2016
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#!/usr/bin/env python
# coding=utf-8

"""The gitsome installer."""
from __future__ import print_function, unicode_literals
import os
Expand All @@ -15,7 +16,6 @@
from distutils.command.sdist import sdist as sdist
from distutils.command.install import install as install
HAVE_SETUPTOOLS = False

from gitsome.__init__ import __version__ as VERSION


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