Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Remove transitive dependency sqlparse from example/requirements.txt#1285

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Conversation

vtalos
Copy link

@vtalosvtalos commentedJul 17, 2025
edited
Loading

Fixes#1284

Description of the Change

As part of our ongoing research on Python dependency management we noticed a potential improvement in your project’s dependency management.

Specifically, the transitive dependencysqlparse, which is required by Django, is specified as a requirement in theexample/requirements.txt file, even though it is not used directly and does not need to be listed explicitly.

This PR removes it fromexample/requirements.txt to let pip manage it automatically, which helps keeping the dependency list clean.

Hope this is helpful!

Checklist

  • PR only contains one change (considered splitting up PR)
  • unit-test added
  • documentation updated
  • CHANGELOG.md updated (only for user relevant changes)
  • author name inAUTHORS

@sliverc
Copy link
Member

Thanks for the hinter. Actually, the example/requirements.txt file is obsolete and is not referenced anywhere or used at this point. Therefore, example/requirements.txt can be completely removed, as the requirements.txt in the root folder is the correct one and referenced in the README,

@sliverc
Copy link
Member

Super seeded by#1287 therefore closing. Thanks for your initial hinter.

Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Reviewers
No reviews
Assignees
No one assigned
Labels
None yet
Projects
None yet
Milestone
No milestone
Development

Successfully merging this pull request may close these issues.

Remove transitive dependency sqlparse from example/requirements.txt
2 participants
@vtalos@sliverc

[8]ページ先頭

©2009-2025 Movatter.jp