Files
tobiko/extra-requirements.txt
Slawek Kaplonski c71c70c898 Cleanup of unused dependencies
After analyzing Tobiko code it seems that some dependencies from
requirements.txt and extra-requirements.txt files aren't really used in
the Tobiko project and can be removed. This patch is doing such cleaning

Assisted-By: claude-4-sonnet

Change-Id: I168b647aa8d0963ff3e55dc7d787a951181b26d7
Signed-off-by: Slawek Kaplonski <skaplons@redhat.com>
2025-08-06 11:44:40 +00:00

13 lines
444 B
Plaintext

# Additional requirements not in openstack/requirements project
dpkt # BSD
openshift-client # Apache-2.0
pandas==2.0.3;python_version<'3.9' # BSD
pandas==2.1.1;python_version>='3.9' # BSD
podman==4.7.0 # Apache-2.0
pytest-cov # MIT
pytest-reportportal # Apache-2.0
pytest-rerunfailures # MPL-2.0
pytest-subtests # MIT
pytest-timeout # MIT