uv/scripts/benchmarks/requirements
konstin 1529def563 Implement mixed PEP 517 and setup.py build
There are packages such as DTLSSocket 0.1.16 that say
```toml
[build-system]
requires = ["Cython<3", "setuptools", "wheel"]
```
In this case we need to install requires PEP 517 style but then call setup.py in the
legacy way

Part of making home-assistant work
2023-10-30 19:11:52 +01:00
..
dtlssocket.in Implement mixed PEP 517 and setup.py build 2023-10-30 19:11:52 +01:00
flyte.in Add an additional requirements fixup (#174) 2023-10-23 19:50:39 -04:00
home-assistant.in Ignore self requirements (#233) 2023-10-30 17:13:52 +01:00
mst.in Select most recent wheel, most recent sdist (#190) 2023-10-26 08:15:26 +00:00
scispacy.in Add an additional requirements fixup (#174) 2023-10-23 19:50:39 -04:00
slow.in Add an additional requirements fixup (#174) 2023-10-23 19:50:39 -04:00
trio.in Add an additional requirements fixup (#174) 2023-10-23 19:50:39 -04:00