sonatype-nexus-community / jake

Check your Python environments for vulnerable Open Source packages with OSS Index or Sonatype Nexus Lifecycle.
https://jake.readthedocs.io/
Apache License 2.0
114 stars 24 forks source link

move dev dependencies out of requirements.txt #59

Closed jwa5426 closed 3 years ago

jwa5426 commented 3 years ago

Moves any dependencies not needed for the actual package (i.e. for testing, code formatting, etc) into the dev requirements.

This pull request makes the following changes:

It relates to the following issue #s:

cc @bhamail / @DarthHater

sonatypecla[bot] commented 3 years ago

Thanks for the contribution! Before we can merge this, we need @jwa5426 to sign the Sonatype Contributor License Agreement.

jwa5426 commented 3 years ago

I’m a bit confused by the CI error, could someone point me in the right direction?

jwa5426 commented 3 years ago

@bhamail Feel free to keep this open as long as you need, just commenting so this doesn't get forgotten.

bhamail commented 3 years ago

@jwa5426 Thanks for the PR!