# Flask web framework and related dependencies
Flask==2.3.3
Werkzeug==2.3.7
Jinja2==3.1.2
MarkupSafe==2.1.3
click==8.1.7
itsdangerous==2.1.2

# Additional dependencies for the ANKML web application
# For ONNX model support (optional, based on your ANKML library)
onnx>=1.12.0
onnxruntime>=1.13.0

# For enhanced security and file validation
cryptography>=3.4.8

# For better JSON handling and datetime operations
python-dateutil>=2.8.2