From a79f5b5fdf348bd93147ea73df61f1c78b6f5091 Mon Sep 17 00:00:00 2001 From: Dario Moceri Date: Thu, 21 Jan 2021 16:08:24 +0100 Subject: [PATCH] Updated pyee -> 8.0.1 Now bitfinex-api-py works on Python 3.8 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index dfc3ea8..3997718 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,6 +4,6 @@ websockets==7.0 pylint==2.3.0 pytest-asyncio==0.10.0 six==1.12.0 -pyee==7.0.1 +pyee==8.0.1 aiohttp==3.4.4 isort==4.3.21