From 43717b21fb742c9d13d8ffb527ff710a50984068 Mon Sep 17 00:00:00 2001 From: aitbc1 Date: Mon, 30 Mar 2026 13:30:01 +0200 Subject: [PATCH] feat: update AITBC CLI tools and RPC router - Mar 30 2026 development work --- cli/requirements-cli.txt | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 cli/requirements-cli.txt diff --git a/cli/requirements-cli.txt b/cli/requirements-cli.txt new file mode 100644 index 00000000..a3cce769 --- /dev/null +++ b/cli/requirements-cli.txt @@ -0,0 +1,28 @@ +# AITBC CLI Requirements +# Specific dependencies for the AITBC CLI tool + +# Core CLI Dependencies +requests>=2.32.0 +cryptography>=46.0.0 +pydantic>=2.12.0 +python-dotenv>=1.2.0 + +# CLI Enhancement Dependencies +click>=8.1.0 +rich>=13.0.0 +tabulate>=0.9.0 +colorama>=0.4.4 +keyring>=23.0.0 +click-completion>=0.5.2 + +# JSON & Data Processing +orjson>=3.10.0 +python-dateutil>=2.9.0 +pytz>=2024.1 + +# Blockchain & Cryptocurrency +base58>=2.1.1 +ecdsa>=0.19.0 + +# Utilities +psutil>=5.9.0