Skip to content

Commit

Permalink
Merge f943c59 into 64219f5
Browse files Browse the repository at this point in the history
  • Loading branch information
esc committed Dec 14, 2018
2 parents 64219f5 + f943c59 commit fda2a94
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.py
Expand Up @@ -95,8 +95,8 @@ def initialize(project):
project.build_depends_on("pygments")

project.depends_on("tblib")
project.depends_on("pip", "~=9.0")
project.depends_on("setuptools", "~=39.0")
project.depends_on("pip")
project.depends_on("setuptools")
project.depends_on("wheel", "~=0.31")
project.depends_on("tailer", "~=0.4")

Expand Down

0 comments on commit fda2a94

Please sign in to comment.