Skip to content
This repository was archived by the owner on Sep 13, 2025. It is now read-only.

Commit 2046e24

Browse files
author
Thomas Meder
committed
downporting to python 3.9
1 parent e100c9a commit 2046e24

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

requirements.txt

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
Django==5.0
1+
asgiref==3.7.2
2+
Django==4.2.10
23
PyYAML==6.0.1
34
sqlparse==0.4.4
4-
tzdata==2023.3
5+
typing_extensions==4.9.0
6+
tzdata==2024.1

shift_planner/models.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
from typing import Self
1+
from typing_extensions import Self
22

33
from django.db import models
44
from django.db.models import Count

0 commit comments

Comments
 (0)