mirror of
https://github.com/fastapi-users/fastapi-users.git
synced 2026-03-13 07:49:55 +08:00
Remove typing-extensions dependency
This commit is contained in:
@@ -28,7 +28,6 @@ requires = [
|
||||
"pyjwt ==2.1.0",
|
||||
"python-multipart ==0.0.5",
|
||||
"makefun >=1.9.2,<1.12",
|
||||
"typing-extensions >=3.7.4.3; python_version < '3.8'",
|
||||
]
|
||||
|
||||
[tool.flit.metadata.requires-extra]
|
||||
|
||||
@@ -4,4 +4,3 @@ email-validator >=1.1.2,<1.2
|
||||
pyjwt ==2.1.0
|
||||
python-multipart ==0.0.5
|
||||
makefun >=1.11.2,<1.12
|
||||
typing-extensions >=3.7.4.3; python_version < '3.8'
|
||||
|
||||
Reference in New Issue
Block a user