uv/scripts/benchmarks
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
..
requirements Implement mixed PEP 517 and setup.py build 2023-10-30 19:11:52 +01:00
compile.sh Rename commands to pip-sync and pip-compile (#123) 2023-10-18 21:15:20 +00:00
requirements-large.txt Add benchmark scripts (#69) 2023-10-08 23:37:38 +00:00
requirements.in Prioritize packages in visited order (#222) 2023-10-30 00:48:36 +00:00
requirements.txt Add benchmark scripts (#69) 2023-10-08 23:37:38 +00:00
sync.sh Remove packages when syncing (#135) 2023-10-19 00:14:20 -04:00
uninstall.sh Add a script to benchmark uninstalls (#78) 2023-10-09 16:59:15 -04:00