# general
numpy>=1.20,<2 # include type stubs
requests==2.*
Pillow==9.*
tqdm==4.*

# type hints
typing_extensions==4.*
pydantic==2.3.* # bug in 2.4.0
types-Pillow==10.*
types-requests==2.*
