Skip to content

Move to Pipfile for dependencies management #365

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

Closed
mykola-mokhnach opened this issue May 7, 2019 · 2 comments
Closed

Move to Pipfile for dependencies management #365

mykola-mokhnach opened this issue May 7, 2019 · 2 comments

Comments

@mykola-mokhnach
Copy link
Contributor

mykola-mokhnach commented May 7, 2019

Currently the module dependencies are managed by requirements.txt. This is not good, since such format does not provide good compatibility with multiple python versions and also does not allow to properly use dependencies lock approach. We need to switch deps management to use Pipfile, which is actively developed and has much more possibilities for fine-tuning

@KazuCocoa
Copy link
Member

nice 👍

@ki4070ma
Copy link
Collaborator

Just introduced pipfile by #376.

We need to utilize pipfile function on demands in the future.
e.g. https://github.com/pypa/pipfile/blob/master/examples/Pipfile

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants