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 would suggest not adding testing-requirements as part of install_requires
As, otherwise my application environment gets cluttered with these dependencies that are not required for the actual functioning of the package
The text was updated successfully, but these errors were encountered:
I was trying to use this library, but got confused as to why
tox
and other testing dependencies were required for me to use this library:https://github.com/jay-johnson/spylunking/blob/master/setup.py#L65
I would suggest not adding testing-requirements as part of
install_requires
As, otherwise my application environment gets cluttered with these dependencies that are not required for the actual functioning of the package
The text was updated successfully, but these errors were encountered: