Skip to content

WIP: Is234/update py requirements #490

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

Conversation

pcrespov
Copy link
Member

@pcrespov pcrespov commented Dec 21, 2018

What do these changes do?

New workflow to avoid package compatibility issues:

  • pins all python dependencies
  • requirements/staging.txt with package versions and hashes
  • compilation workflow: deps in setup.py -> pip-compile -> pip install or pip-sync
  • configs pyup bot to check weekly for security vulnerabilities

image

Cleanup of requirements in the following hierarchical order:

  • packages/servicelibs
  • rest in packages (simcore-sdk, ...)
  • storage
  • webserver

Related issue number

connected to #234
closes #234

Checklist

  • I think the code is well written
  • Unit tests for the changes exist
  • Documentation reflects the changes
  • Runs in the swarm
  • If you design a new module, add your user to .github/CODEOWNERS

Pedro Crespo and others added 30 commits July 6, 2018 14:34
@ghost ghost assigned pcrespov Dec 21, 2018
@ghost ghost added the review label Dec 21, 2018
@ghost ghost assigned sanderegg Jan 8, 2019
@pcrespov pcrespov closed this Jan 23, 2019
@pcrespov pcrespov deleted the is234/update-py-requirements branch January 23, 2019 16:00
@ghost ghost removed the review label Jan 23, 2019
@pcrespov pcrespov restored the is234/update-py-requirements branch January 23, 2019 16:00
@pcrespov pcrespov deleted the is234/update-py-requirements branch May 22, 2019 15:52
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.

sync python package version in requirements
2 participants