# Install with "python -m pip install -r requirements.txt".
# must be kept in sync with setup.py

requests>=2.25.1
warcio==1.7.4

# optional S3 dependencies (install via cdx_toolkit[s3])
fsspec[s3]
botocore

# used by Makefile
pytest>=6.2.4
pytest-cov>=2.12.1
pytest-sugar>=0.9.4
coveralls>=3.1.0
flake8>=7.3.0
responses==0.25.8
pre-commit>=4.3.0

# packaging
twine>=3.4.1
setuptools>=57.0.0
setuptools-scm>=6.0.1
