replit / upm

⠕ Universal Package Manager - Python, Node.js, Ruby, Emacs Lisp.
https://repl.it
Other
1.05k stars 89 forks source link

Override for jwt/PyJWT #243

Closed blast-hardcheese closed 6 months ago

blast-hardcheese commented 6 months ago

Why

PyJWT and jwt share the same namespace.

What changed

If a user uses PyJWT, do not also install jwt.

Test plan

$ upm add pyjwt
$ echo import jwt > main.py
$ upm guess  # should not print anything