Skip wrong dotenv package - #258
Conversation
|
@jamesmyatt Checked and acknowledged. You are right. I have a dew questions.
Thank you again for helping me with keeping this project up to date. |
|
"dotenv" 0.9.9 now just an empty package with "python-dotenv" as a dependency. So you're already using the right package but the dependency specification is wrong. You can see this in the uv.lock diff (which I created with |
|
@jamesmyatt awesome! I can merge this right away if you can do the testing real quick, as you already have the updated code locally. Otherwise this will wait for merging until I have time to test it (although I understand this is just a change of shell package) |
|
I haven't got round to setting up the script. I'm just reviewing it before that. But it certainly still builds. |
"dotenv" is the wrong "dotenv" pypi package. Correct one is "python-dotenv". See https://github.com/pedroburon/dotenv.