Files
bugsink/requirements.txt
Klaas van Schelven 2336900dcb Update requirements to ==realmajor.realminor.* pattern
Trying to balance 'upgrade fatigue', 'stale deps' and 'being undefined'

With the present pattern:

* Only 'used by me' is defined; 'transitive dependencies' are left to upgrade.
* Dependabot is responsible for the major/minor updates; this will trigger
    a PR & CI, and thus the required explicitness (but also: some work)
* Patch versions are assumed to be compatible, and are left to upgrade in the
    background ('automatically')
2025-01-30 15:12:54 +01:00

18 lines
344 B
Plaintext

gunicorn==23.0.*
Django==4.2.*
sentry-sdk==2.20.*
django-tailwind==3.6.*
jsonschema==4.23.*
semver==3.0.*
django-admin-autocomplete-filter==0.7.*
pygments==2.19.*
inotify_simple==1.3.*
Brotli==1.1.*
python-dateutil==2.9.*
whitenoise==6.8.*
requests==2.32.*
monofy==1.1.*
user-agents==2.2.*
fastjsonschema==2.21.*
verbose_csrf_middleware==1.0.*