mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-06 07:51:47 +00:00
Fix support for python 3.10 #5662
This commit is contained in:
@@ -3,7 +3,8 @@ import ifcopenshell
|
||||
import ifcopenshell.api
|
||||
import ifcopenshell.util.date
|
||||
from datetime import datetime, timedelta, date
|
||||
from typing import Union, Any, TypedDict, NotRequired
|
||||
from typing import Union, Any, TypedDict
|
||||
from typing_extensions import NotRequired
|
||||
|
||||
|
||||
class WorkSlot(TypedDict):
|
||||
|
||||
@@ -17,6 +17,7 @@ classifiers = [
|
||||
]
|
||||
dependencies = [
|
||||
"ifcopenshell",
|
||||
"typing-extensions",
|
||||
]
|
||||
|
||||
[project.urls]
|
||||
|
||||
Reference in New Issue
Block a user