From 75daa44c5a0631b8895d3c54c95b8e7e1152a456 Mon Sep 17 00:00:00 2001 From: Alexander Terekhov Date: Tue, 2 May 2023 09:02:52 +0300 Subject: [PATCH] Add missing core dependencies --- setup.py | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 048dc066d..5da858f3d 100644 --- a/setup.py +++ b/setup.py @@ -91,7 +91,15 @@ setup( 'aiofiles', 'schedule', 'websockets', - 'janus' + 'janus', + 'ast-comments', + 'aiohttp', + 'blosc', + 'cryptography', + 'httpx', + 'python-dateutil', + 'tables' + ], extras_require={ 'dev': all_extra,