Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ smart_open==7.0.4
PyMuPDF==1.26.3
defusedxml==0.7.1
zipstream-ng==1.8.0
cachetools==6.2.4
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

For better organization and maintainability, it would be beneficial to place cachetools under the # Django Caches section (around line 110) with other caching-related dependencies. This helps keep the dependency list organized and easier to manage.


# Django Apps
django-allauth==0.63.6
Expand Down
1 change: 1 addition & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ install_requires =
smart_open==7.0.4
PyMuPDF==1.26.3
defusedxml==0.7.1
cachetools==6.2.4
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

To maintain consistency with requirements.txt and improve organization, cachetools should be placed under the # Django Caches section (around line 134). Grouping caching-related dependencies makes the configuration easier to read and maintain.


# Django Apps
django-allauth==0.63.6
Expand Down
Loading