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
3 changes: 2 additions & 1 deletion requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -100,4 +100,5 @@ iso639-lang==2.6.3 # https://pypi.org/project/iso639-lang/

# PyCountry
# ------------------------------------------------------------------------------
pycountry==24.6.1 # https://pypi.org/project/pycountry/
pycountry==24.6.1 # https://pypi.org/project/pycountry/

Copilot AI Dec 15, 2025

Copy link

Choose a reason for hiding this comment

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

This dependency addition should follow the existing organizational pattern in this file. All other dependencies are grouped under section headers with a separator line. Consider adding a section header for Tornado, such as:

Tornado

------------------------------------------------------------------------------

This would maintain consistency with the existing structure where dependencies are organized by purpose or package name.

Suggested change
pycountry==24.6.1 # https://pypi.org/project/pycountry/
pycountry==24.6.1 # https://pypi.org/project/pycountry/
# Tornado
# ------------------------------------------------------------------------------

Copilot uses AI. Check for mistakes.
tornado>=6.5.3 # not directly required, pinned by Snyk to avoid a vulnerability