Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove setuptools dependency #188

Merged
merged 2 commits into from
May 18, 2020

Conversation

sevein
Copy link
Contributor

@sevein sevein commented Apr 4, 2020

fido does not need setuptools to run correctly and the requirement is considered unsafe.

I don't expect this to be a breaking change but I'd be curious to hear your thoughts. I've found that pytest was also listing setuptools but they stopped doing so in pytest v4.6.0 (commit pytest-dev/pytest@13f02af), presumably because they were already using setup_requires.

Fixes #187.

fido does not need setuptools to run correctly and the requirement is
considered unsafe.
@sevein sevein force-pushed the dev/issue-187-setuptools branch from 0730a6b to 55ec7d8 Compare May 15, 2020 17:21
@sevein
Copy link
Contributor Author

sevein commented May 15, 2020

@carlwilson, I'm not authorized to merge. Can you do it? I had to push a linter fix.

@carlwilson
Copy link
Member

@carlwilson, I'm not authorized to merge. Can you do it? I had to push a linter fix.

We can have a look at setting up a proper review and test cycle on here soon I think. Once passed tests and a review is compulsory we can open up the merge list a little.

@carlwilson carlwilson merged commit 093cf9c into openpreserve:master May 18, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

setuptools requirement in setup.py:install_requires is unsafe
2 participants