-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
some dependencies should be added in configuration files #8692
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
Comments
Hi @yuluc123 , when you say configuration files, you mean our various |
|
Hi @astrojuanlu I mean that if the dependency is directly used in code files, it should be declared. For example, if the dependency is used for development, maybe it can be declared in requirements-dev.txt? |
Thanks to your reply. Here are my some opinions.
Sorry to bother you. |
|
Totally agree with you @yuluc123 👍🏽 Looks like we can be more explicit or do some cleanup. |
I'm a little lost here 😅 . What are the explicit actions required? |
We have 2 undeclared dependencies, that I assume get installed because they are transitive dependencies of something else: |
|
Details
I notice that there are several dependencies are missing in configuration files. they are:
They are used in source code. For example, gitdb is used in readthedocs/vcs_support/backends/git.py
Expected Result
It is necessary to add direct dependencies into configuration files.
The text was updated successfully, but these errors were encountered: