# PcapXray dependencies — Python 3.10+

# PCAP parsing engines
scapy>=2.5.0
pyshark>=0.6
dpkt>=1.9.8

# IP/network utilities
ipwhois>=1.2.0
netaddr>=0.9.0

# Image processing (Image.LANCZOS works from 1.1.3 through current)
pillow>=9.0.0

# Tor consensus
stem>=1.8.2

# Graph rendering
networkx>=3.0
graphviz>=0.20
matplotlib>=3.7.0
pydot>=2.0.0

# Interactive visualization
pyvis>=0.3.2

# TLS cipher suite parsing
cryptography>=41.0.0

# Data models with runtime validation
pydantic>=2.0.0
