uv/crates/uv-requirements-txt/test-data/requirements-txt
Charlie Marsh d238642d76
Allow semicolons directly after direct URLs (#8836)
## Summary

Like pip, we now allow the semicolon to directly proceed the URL (but
require that it's either preceded or followed by a space):

```
# OK
./test.whl; sys_platform == 'darwin'

# OK
./test.whl ;sys_platform == 'darwin'

# Error
./test.whl;sys_platform == 'darwin'
```

Closes https://github.com/astral-sh/uv/issues/8831.
2024-11-05 16:07:07 -05:00
..
bare-url.txt Add uv- prefix to all internal crates (#7853) 2024-10-01 20:15:32 -04:00
basic.txt Add uv- prefix to all internal crates (#7853) 2024-10-01 20:15:32 -04:00
constraints-a.txt Add uv- prefix to all internal crates (#7853) 2024-10-01 20:15:32 -04:00
constraints-b.txt Add uv- prefix to all internal crates (#7853) 2024-10-01 20:15:32 -04:00
editable.txt Allow semicolons directly after direct URLs (#8836) 2024-11-05 16:07:07 -05:00
empty.txt Add uv- prefix to all internal crates (#7853) 2024-10-01 20:15:32 -04:00
for-poetry.txt Add uv- prefix to all internal crates (#7853) 2024-10-01 20:15:32 -04:00
hash.txt Add uv- prefix to all internal crates (#7853) 2024-10-01 20:15:32 -04:00
include-a.txt Add uv- prefix to all internal crates (#7853) 2024-10-01 20:15:32 -04:00
include-b.txt Add uv- prefix to all internal crates (#7853) 2024-10-01 20:15:32 -04:00
poetry-with-hashes.txt Add uv- prefix to all internal crates (#7853) 2024-10-01 20:15:32 -04:00
semicolon.txt Allow semicolons directly after direct URLs (#8836) 2024-11-05 16:07:07 -05:00
small.txt Add uv- prefix to all internal crates (#7853) 2024-10-01 20:15:32 -04:00
whitespace.txt Add uv- prefix to all internal crates (#7853) 2024-10-01 20:15:32 -04:00