You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using the Python package puya which is a custom language.
This package exports two modules. Namely: puya which is the compiler and puyapy which are the stubs used to define this language.
In my code, I'm only using the stubs but I'm getting a DEP001 for puyapy even though the dependency is correctly defined as puya in my pyproject.toml
The behaviour should probably be that, if at least one module in a package is used, the package shouldn't be considered a missing dependency definition?
The text was updated successfully, but these errors were encountered:
I am using the Python package
puya
which is a custom language.This package exports two modules. Namely:
puya
which is the compiler andpuyapy
which are the stubs used to define this language.In my code, I'm only using the stubs but I'm getting a DEP001 for puyapy even though the dependency is correctly defined as
puya
in mypyproject.toml
The behaviour should probably be that, if at least one module in a package is used, the package shouldn't be considered a missing dependency definition?
The text was updated successfully, but these errors were encountered: