-
Notifications
You must be signed in to change notification settings - Fork 231
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
[python] add dependabot for python, add requirements.txt #5683
base: main
Are you sure you want to change the base?
Conversation
No changes needing a change description found. |
…hon/addDependabot
You can try these changes here
|
pathspec==0.12.1 | ||
platformdirs==4.3.6 | ||
PyYAML==6.0.1 | ||
tomli==2.0.1 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Since these dependencies are already declared in setup.py, we removed this file in https://github.com/microsoft/typespec/pull/5445/files to reduce maintenance effort caused by that dependencies are declared in multi places. Why do we add this file requirements.txt
again?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Since this PR influence the way to install dependencies for test framework, please also make a PR which contains similar changes in autorest.python repo.
fixes Azure/autorest.python#2871