Skip to content

Commit

Permalink
Add typing_extensions (for python 3.10)
Browse files Browse the repository at this point in the history
  • Loading branch information
eudoxos committed Jul 1, 2024
1 parent 4e0eeec commit 2a6a39a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion mupifDB/api/edm/dms3.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import pydantic
from typing import Literal,Optional,Union,Tuple,List,Set,Dict,Any,Self
from typing import Literal,Optional,Union,Tuple,List,Set,Dict,Any
from typing_extensions import Self # not in typing in Python<=3.10
import json
import typing
import re
Expand Down
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ pympler
rotate-backups
# XXX: this must be synchronized with mupif's requirements.txt
pydantic>2.6
typing_extensions
oauthlib
requests_oauthlib
sphinxcontrib-openapi
Expand Down

0 comments on commit 2a6a39a

Please sign in to comment.