From 2b72dc40ae1e6fbd2574a2f92781f950907b64c4 Mon Sep 17 00:00:00 2001 From: yhydev Date: Wed, 4 Feb 2026 09:47:46 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E4=BE=9D=E8=B5=96=E9=85=8D?= =?UTF-8?q?=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- requirements.txt | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 requirements.txt diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..6ec6d42 --- /dev/null +++ b/requirements.txt @@ -0,0 +1,6 @@ +python-binance>=1.0.19 +redis>=5.0.0 +dynaconf>=3.2.0 +loguru>=0.7.0 +pytest>=7.0.0 +pytest-asyncio>=0.21.0