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 pinned versions in dependencies #287

Merged
merged 1 commit into from
Aug 22, 2022

Conversation

leplatrem
Copy link
Contributor

Since kinto-http is a library, and not a standalone project, it should not pin the versions of its dependencies.

This PR:

  • removes the use of pip-compile
  • uses a simple list of dependencies (no version range needed so far)
  • leaves requirements.txt for CI
  • removes the use of pip freeze to update requirements.txt (count on dependabot for that)

@leplatrem leplatrem merged commit b887f2f into master Aug 22, 2022
@leplatrem leplatrem deleted the remove-version-pinning-dependencies branch August 22, 2022 18:39
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.

2 participants