diff --git a/setup.py b/setup.py index 8a85fc1..97090fd 100644 --- a/setup.py +++ b/setup.py @@ -17,7 +17,7 @@ packages=['txDiscourse'], install_requires=[ 'Twisted >= 14.0.0', - 'treq==0.2.1', + 'treq==22.1.0', 'service-identity==14.0.0' ], email='anoukruhaak@gmail.com',