Skip to content
Open
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_frozen.txt
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ pydantic==1.10.6
pydata-sphinx-theme==0.8.1
pydot==1.4.1
Pygments==2.14.0
pygments-csv-lexer==0.1.3

Choose a reason for hiding this comment

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

medium

Manually adding dependencies to a file with pinned versions like this one can sometimes lead to inconsistencies. If requirements_frozen.txt is generated from another file (e.g., requirements.txt) using a tool like pip-compile or pip freeze, it would be preferable to update the source file and regenerate this one. This ensures that all dependencies and their sub-dependencies are resolved correctly. If this file is manually maintained, then this change is fine.

pyOpenSSL==23.0.0
pyparsing==3.0.9
PyPDF2==1.26.0
Expand Down