-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathrequirements.in
More file actions
56 lines (44 loc) · 2.35 KB
/
requirements.in
File metadata and controls
56 lines (44 loc) · 2.35 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
# Note: this project uses Python 3.12
-e git+https://github.com/ThreeSixtyGiving/dataquality.git@ab4588b6ca0466d773d3434b77fb3a897351aad8#egg=lib360dataquality
Django>=4.2,<5.0
# Use Django 4.2
# Stable until April 2026 https://endoflife.date/django
djangorestframework>=3.15.2,<3.16
# DRF claim patch releases are API compatible
# See: https://www.django-rest-framework.org/community/release-notes/#versioning
django-filter>=22.1,<26
# django-filter uses "CalVer" releases, says they give two years notice of breaking changes
# https://github.com/carltongibson/django-filter/blob/main/CHANGES.rst#version-211-2021-9-24
django-prettyjson==0.4.1
# django-prettyjson is very old
# how does it still work
#psycopg2>=2.8,<2.10
# Use binary release instead so the server doesn't need python dev pkg installed
psycopg2-binary>=2.8,<2.10
# psycopg2 is in maintenance mode since the release of psycopg3
# so don't expect any new breaking releases
prometheus_client>=0.7,<0.8
# prometheus_client seems to use ZeroVer, so "minor" updates can be breaking
# (inferred from looking at the changelog)
# Changelog: https://github.com/prometheus/client_python/releases
# Latest is 0.21 - TODO: Check if newer releases still work?
django-environ>=0.9.0,<0.10
# django-environ uses ZeroVer, so "minor" updates can be breaking
# Latest is v0.11 - TODO: Check if newer releases still work?
# Changelog: https://django-environ.readthedocs.io/en/latest/changelog.html
drf-spectacular>=0.27,<0.28
# drf-spectacular uses ZeroVer, so "minor" updates can be breaking
# See: https://drf-spectacular.readthedocs.io/en/latest/readme.html#release-management
# Changelog: https://drf-spectacular.readthedocs.io/en/latest/changelog.html
djangorestframework-dataclasses>=1.3.1,<2
# drf-dataclasses uses Semantic Versioning according to https://semver.org/
# See: https://github.com/oxan/djangorestframework-dataclasses/blob/master/README.rst#installation
# Changelog: https://github.com/oxan/djangorestframework-dataclasses/blob/master/CHANGELOG.rst
djangorestframework-csv>=3,<4
# As of 3.0 supports up to Django 4.2
# Project: https://github.com/mjumbewu/django-rest-framework-csv
# Changelog: https://github.com/mjumbewu/django-rest-framework-csv/releases
sentry-sdk[django]>=2,<3
# Use latest version
# Project: https://github.com/getsentry/sentry-python
# Changelog: https://github.com/getsentry/sentry-python/releases