# general
numpy>=1.20 # include type stubs
requests>=2.0
Pillow>=9.0
tqdm>=4.0

# type hints
typing_extensions>=4.0
pydantic==2.*,!=2.4.0 # bug in 2.4.0
types-Pillow>=9.0
types-requests>=2.0
