PyCalendly icon indicating copy to clipboard operation
PyCalendly copied to clipboard

Separate dev requirements from runtime requirements

Open incidentist opened this issue 3 years ago • 0 comments

Thanks for making this! Currently, installing this library installs pytest, which I would like to avoid installing on production. Can there be a requirements.txt for runtime requirements and a requirements-dev.txt for doing development work? Alternately, you could switch the build system to something like poetry which allows for marking dependencies as dev-only.

incidentist avatar Mar 11 '22 00:03 incidentist