Skip to content
This repository has been archived by the owner on Sep 30, 2020. It is now read-only.

Commit

Permalink
Update build.py
Browse files Browse the repository at this point in the history
Using 'old' version of webtest for 2.6 compatibility
  • Loading branch information
programmieramt committed Aug 9, 2017
1 parent bcc3b5a commit 498110a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.py
Expand Up @@ -35,7 +35,7 @@ def set_properties(project):
project.depends_on("succubus")
project.build_depends_on("mock")
project.build_depends_on("requests-mock")
project.depends_on("webtest")
project.depends_on("webtest==2.0.20")
project.depends_on("argparse")
project.depends_on("yamlreader")
project.depends_on("six")
Expand Down

0 comments on commit 498110a

Please sign in to comment.