Belval / pdf2image

A python module that wraps the pdftoppm utility to convert PDF to PIL Image object
MIT License
1.51k stars 187 forks source link

Import memory_profiler only when it is enabled #269

Closed musicinmybrain closed 5 months ago

musicinmybrain commented 1 year ago

This removes the test dependency on https://pypi.org/project/memory-profiler/ when the PROFILE_MEMORY environment variable is not set.