diff --git a/setup.py b/setup.py index 0fdf1f3..81b794a 100644 --- a/setup.py +++ b/setup.py @@ -18,7 +18,7 @@ dependencies = [ - 'yhttp >= 5, < 6', + 'yhttp >= 5.0.2, < 6', 'psycopg2', ]