Rust: separate Python requirements file for Oxidized Mercurial
The requirements file was split in two, and Mercurial version will have to be maintained both in `hg.req` and `hg-rust.req`. The new `requirements-rust.txt` has pip install with the Rust Python extensions. Using it without a working Rust toolchain is a hard install failure. The existing `requirements.txt` will work exactly as before.
python/common.req
0 → 100644
python/hg-rust.req
0 → 100644
python/hg.req
0 → 100644
python/requirements-rust.txt
0 → 100644
Please register or sign in to comment