Files @ 94c56bb468cb
Branch filter:

Location: website/requirements.txt

bsturmfels
Rewrite the `index` view to avoid risk of path traversal

I've simplified this view by removing the custom HTTP error handlers, Python 3.5
exception handling and adding documentation.
1
2
3
4
5
# These are the version provided by Debian Bookworm.
Django==3.2.19
beautifulsoup4==4.11.2
html5lib==1.1
django_countries==7.3.2