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
Would you consider being more flexible with required versions of your dependencies?
In particular, the fact that you require requests == 2.14.2 prevents me from scanning code that requires a different version of requests. Can you do i.e. requests >= 2.14.2 instead?
Would you consider being more flexible with required versions of your dependencies?
In particular, the fact that you require requests == 2.14.2 prevents me from scanning code that requires a different version of requests. Can you do i.e. requests >= 2.14.2 instead?
Thanks