Files
bugsink/requirements.txt
Klaas van Schelven 6c586e64f7 Downgrade tailwind to 3.6
(this is the last version that supports Python 3.9, which we want to
support as it's not EOL for a full more year)
https://github.com/timonweb/django-tailwind/issues/210

Afterwards, I went through a full cycle of:

```
rm theme/static_src/package-lock.json theme/static_src/node_modules/ -rf
python manage.py tailwind install
python manage.py tailwind build
```

but this did not change any of our generated stuff.
2024-10-09 09:10:47 +02:00

18 lines
345 B
Plaintext

gunicorn
Django==4.2.*
sentry-sdk==2.15.*
django-tailwind==3.6.*
jsonschema==4.19.*
semver==3.0.*
django-admin-autocomplete-filter==0.7.*
pygments==2.16.*
inotify_simple
brotli
python-dateutil
whitenoise
requests # for sentry-sdk-extensions, which is loaded in non-dev setup too
monofy==1.1.*
user_agents
fastjsonschema
verbose_csrf_middleware