Environment
- Doppler Env version: 0.3.1
- Python version: 3.11.3
- Operating System: macOS
Description
After switching our project to be managed by uv we are still getting a dependency on pip, and it's through doppler-env:
However i don't believe that this project needs pip to be installed, since it's never imported? I think the pip dependency should probably be moved to an extras_require?
Steps to Reproduce
Add your doppler-env to a project managed with uv:
$ mkdir doppler-env-deps
$ cd doppler-env-deps
$ uv init
$ uv add doppler-env
Using CPython 3.11.13
Creating virtual environment at: .venv
Resolved 4 packages in 60ms
Prepared 2 packages in 89ms
Installed 3 packages in 8ms
+ doppler-env==0.3.1
+ pip==25.3
+ python-dotenv==1.2.1
Expected Behavior
Don't depend on pip.
Screenshots
