Skip to content

Commit d1f0b4f

Browse files
committed
build: Explicitly restrict backports.zoneinfo to python<3.9
For somereason whene pip-compile is compiling requiremnets it's not pulling this environment marker from the upstream dependency so we need to add this depedency of django explicitly for now so that we can restrict it to python<3.9 and have that show up in our requirements files.
1 parent 646e8ea commit d1f0b4f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

requirements/django.in

+4
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,7 @@
88
Django
99
openedx-django-pyfs>=1.0.5
1010
lazy
11+
12+
# Needed until we drop testing on Python 3.8 so that
13+
# we don't try to install this on newer versions of python.
14+
backports.zoneinfo;python_version<"3.9"

0 commit comments

Comments
 (0)