mirror of
https://github.com/ubicloud/ubicloud.git
synced 2025-10-09 08:11:56 +08:00
16 lines
261 B
Text
16 lines
261 B
Text
# PostgreSQL Fuzz Testing Framework Dependencies
|
|
|
|
# HTTP requests
|
|
requests>=2.31.0
|
|
|
|
# PostgreSQL database connectivity
|
|
psycopg2-binary>=2.9.7
|
|
|
|
# YAML parsing
|
|
PyYAML>=6.0.1
|
|
|
|
# SSL/TLS handling
|
|
urllib3>=2.0.4
|
|
|
|
# Data handling and utilities
|
|
python-dateutil>=2.8.2
|