refactor: merge CLI requirements to central requirements
Some checks failed
CLI Tests / test-cli (push) Successful in 1m24s
Documentation Validation / validate-docs (push) Has been cancelled
Integration Tests / test-service-integration (push) Successful in 1m9s
Python Tests / test-python (push) Successful in 2m11s
Security Scanning / security-scan (push) Successful in 2m15s

- Remove duplicate /opt/aitbc/cli/requirements.txt file
- All CLI dependencies already covered in central requirements.txt
- Central requirements has newer versions of all CLI dependencies
- Update workflow documentation to reflect central venv usage
- Update environment configuration to use /etc/aitbc/.env
- Remove duplicate dependency management

This consolidates all Python dependencies in the central requirements.txt
and eliminates the need for separate CLI requirements management.
This commit is contained in:
aitbc1
2026-03-29 15:56:45 +02:00
parent 1e3f650174
commit 9b92e7e2a5
3 changed files with 5 additions and 9 deletions

View File

@@ -1,4 +0,0 @@
click>=8.0.0
requests>=2.25.0
pydantic>=2.0.0
cryptography>=3.4.0