From c7f5678a5f0f211778b91a689811c9569a25214e Mon Sep 17 00:00:00 2001 From: Erik Berdonces Bonelo Date: Wed, 10 Feb 2021 12:34:52 +0100 Subject: [PATCH] Pin pyee to ~=8.0 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index d8e26b9..c82a27b 100644 --- a/setup.py +++ b/setup.py @@ -50,7 +50,7 @@ setup( 'asyncio~=3.0', 'websockets~=7.0', 'aiohttp~=3.0', - 'pyee~=7.0' + 'pyee~=8.0' ], project_urls={ 'Bug Reports': 'https://github.com/bitfinexcom/bitfinex-api-py/issues',