# Local sandbox requirements.
#
# Mirrors the modules pre-installed in the production runtime so
# connector code that imports any of these works locally exactly as
# it does in production.
#
# Install:    pip install -r requirements.txt
# (a venv is recommended, e.g. `python -m venv .venv && .\.venv\Scripts\activate`)

# HTTP & API
requests==2.31.0
httpx==0.28.1
authlib==1.4.1
tenacity==9.1.2

# Data manipulation
pandas==2.2.3

# File handling
openpyxl==3.1.5
xlrd==2.0.1
pypdf==5.4.0
pdfplumber==0.11.6
paramiko==3.5.1

# Data formats
zeep==4.3.1
xmltodict==0.14.1
lxml==5.3.1
