mirror of
https://github.com/Unstructured-IO/unstructured.git
synced 2025-08-15 12:19:36 +00:00

This PR resolves #1294 by adding a Makefile to compile requirements. This makefile respects the dependencies between file and will compile them in order. E.g., extra-*.txt will be compiled __after__ base.txt is updated. Test locally by simply running `make pip-compile` or `cd requirements && make clean && make all` --------- Co-authored-by: qued <64741807+qued@users.noreply.github.com>