rsinger86/django-lifecycle

Move 'urlman' library as a test requirement

DmytroLitvinov opened this issue · 5 comments

urlman package is used inside tests/ folder which is not included in PyPI release.
We need to move urlman from install_requires to tests_require

The problem that it is included in my requirements.txt file when I tried to compile package with pip-tools but it is not used in the package itself, only used for testing.

I am ready to provide PR in case maintainers approve that work.

I am ready to provide PR in case maintainers approve that work.

If you're still open to do it, make a PR and we'll merge it.

Hi @EnriqueSoria ,
Here it is #133

Thanks for noticing and fixing it!