python-for-android icon indicating copy to clipboard operation
python-for-android copied to clipboard

Dependencies are lowercased before being pip-installed

Open Cheaterman opened this issue 2 years ago • 1 comments

Hi,

Dependencies are being lowercased before being pip-installed (well, written in the temporary requirements.txt file). This is an issue when trying to use eg GitLab deploy tokens to access a private library (it lowercases the token).

I might try a PR if I have the time/chance, otherwise I'm just leaving this here so that we can keep it in mind.

Cheaterman avatar Jul 04 '23 18:07 Cheaterman

See also: #2062

Julian-O avatar Nov 20 '23 03:11 Julian-O