-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathrequirements.in
45 lines (35 loc) · 1.98 KB
/
requirements.in
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
# Note: this project uses Python 3.8
-e git+https://github.com/ThreeSixtyGiving/datagetter.git@033f65fd5477f2024b02d5c7b4f05e496ffd274c#egg=datagetter
-e git+https://github.com/ThreeSixtyGiving/dataquality.git@e8676bea246ca850b449ff053948059cc611e17f#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
# 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