Skip to content

Commit 6c9ba65

Browse files
committed
Updated the requirements on django-markup.
- Legacy-Id: 18000
1 parent 5d03afa commit 6c9ba65

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@ django-csp>=3.5
1515
django-cors-headers>=2.4.0
1616
django-form-utils>=1.0.3
1717
django-formtools>=1.0 # instead of django.contrib.formtools in 1.8
18-
django-markup>=1.1
18+
django-markup>=1.1,<1.5 # version 1.5 requires Django 2.2
1919
django-oidc-provider>=0.7
2020
django-password-strength>=1.2.1
2121
django-referrer-policy>=1.0
2222
django-request-profiler>=0.15 # 0.15 and above requires Django 2.x
2323
django-simple-history>=2.3.0
24-
django-stubs==1.3.0
24+
django-stubs==1.3.0 # The django-stubs version used determines the the mypy version indicated below
2525
django-tastypie>=0.14.1 # For Django 2.0. Django 2.1 will require 0.14.2; Django 3.0 will require 0.14.3
2626
django-webtest>=1.9.7
2727
django-widget-tweaks>=1.4.2

0 commit comments

Comments
 (0)