Skip to content
This repository was archived by the owner on Feb 20, 2026. It is now read-only.
This repository was archived by the owner on Feb 20, 2026. It is now read-only.

This project depends on pip but does it need to? #12

Description

@miped

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:

Image

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

Image

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions