mirror of https://github.com/astral-sh/uv
## Summary Documentation steps resulted in errors due to single quotes when adding project dependencies: ``` shell >uv add 'httpx>0.1.0' error: Failed to parse: `'httpx` Caused by: Expected package name starting with an alphanumeric character, found `'` 'httpx ^ ``` ``` shell >uv add 'PyQt5; sys_platform == "windows" error: Failed to parse: `'PyQt5;` Caused by: Expected package name starting with an alphanumeric character, found `'` 'PyQt5; ^ ``` ## Testing Steps - Follow new documentation steps Tested on: - [x] Windows |
||
|---|---|---|
| .. | ||
| .overrides | ||
| assets | ||
| concepts | ||
| configuration | ||
| getting-started | ||
| guides | ||
| js | ||
| pip | ||
| reference | ||
| stylesheets | ||
| .gitignore | ||
| index.md | ||
| requirements-insiders.in | ||
| requirements-insiders.txt | ||
| requirements.in | ||
| requirements.txt | ||