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

Autogenerate requirements.txt #2182

Closed
wants to merge 3 commits into from
Closed

Conversation

saschanaz
Copy link

@saschanaz saschanaz commented Nov 27, 2021

Dependabot will detect and update autogenerated requirements.txt. (dependabot/feedback#435 (comment), https://github.com/Taxel/PlexTraktSync/pull/533/files) It adds more requirements because those are what Pipfile.lock has.

(I think it can ultimately be removed, since requirements.txt is not required if pipenv is used.)

Fixes #2181

Dependabot will detect and update autogenerated requirements.txt. (dependabot/feedback#435 (comment)) It adds more requirements because those are what Pipfile.lock has.

I think this can be ultimately be removed, since requirements.txt is not required if `pipenv` is used.
This is because the first commit here moved the editable self dependency to dev-packages, per the official pipenv recommendation: https://pipenv.pypa.io/en/latest/basics/#editable-dependencies-e-g-e

That was done because otherwise the autogenerated requirements.txt also gets `-e .`, which is probably not wanted.
@tabatkins
Copy link
Collaborator

Phew, finally took the time to understand what was happening here and merged it in. Thanks for the work, @saschanaz !

@saschanaz saschanaz deleted the pipenv-lock branch February 16, 2022 00:56
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.

Installation by pip install bikeshed still uses outdated dependencies
2 participants