From 08e1256449e5f449bc97ac4d7b1789e901a0f9a7 Mon Sep 17 00:00:00 2001 From: Tom JEANNESSON Date: Tue, 12 Mar 2024 15:12:11 +0100 Subject: [PATCH] fix(requirements): pydantic --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index ccf9fcf1..6d1a02b0 100644 --- a/setup.py +++ b/setup.py @@ -26,6 +26,7 @@ "redis>=5.0", "python-binance>=1", "pandas>=2", + "pydantic>=2.6", ], classifiers=[ "Development Status :: 4 - Beta", # "3 - Alpha", "4 - Beta" or "5 - Production/Stable"