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
{{ message }}
This repository has been archived by the owner on Jan 10, 2023. It is now read-only.
Issue description
I am using pipenv to manage my project requirements.
Pipenv does not support manually specify package installation order, see pypa/pipenv#2274
Even if I use
requirements.txt
, I still need to specify the signer package before the adb package.Expected result
Using
extras_require
to declare optional requirements. Like:I will make a pull request if this issue is confirmed.
The text was updated successfully, but these errors were encountered: