5
0
mirror of https://github.com/astral-sh/setup-uv.git synced 2025-12-19 11:04:08 +00:00

Ignore backslashes and whitespace in requirements (#501)

setup-uv gets confused when there are backslashes in `requirements.txt`.
This changes the regex to ignore backslashes.

---------

Co-authored-by: axm2 <>
This commit is contained in:
axm2
2025-07-26 09:19:52 -04:00
committed by GitHub
parent 4fb0c07c55
commit 43f37368c9
6 changed files with 63 additions and 2 deletions

View File

@@ -0,0 +1 @@
print("Hello world")