File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 1
1
[build-system ]
2
2
requires = [
3
3
' maturin>=1,<2' ,
4
- ' typing-extensions >=4.6.0; platform_python_implementation != "pypy "' ,
5
- ' typing-extensions >=4.6.0,<4.7.0; platform_python_implementation == "pypy "'
4
+ ' typing-extensions >=4.6.0; platform_python_implementation != "PyPy "' ,
5
+ ' typing-extensions >=4.6.0,<4.7.0; platform_python_implementation == "PyPy "'
6
6
]
7
7
build-backend = ' maturin'
8
8
@@ -33,8 +33,8 @@ classifiers = [
33
33
' Typing :: Typed' ,
34
34
]
35
35
dependencies = [
36
- ' typing-extensions >=4.6.0; platform_python_implementation != "pypy "' ,
37
- ' typing-extensions >=4.6.0,<4.7.0; platform_python_implementation == "pypy "'
36
+ ' typing-extensions >=4.6.0; platform_python_implementation != "PyPy "' ,
37
+ ' typing-extensions >=4.6.0,<4.7.0; platform_python_implementation == "PyPy "'
38
38
]
39
39
dynamic = [
40
40
' description' ,
Original file line number Diff line number Diff line change @@ -9,3 +9,5 @@ pytest-pretty==1.1.1
9
9
pytest-timeout == 2.1.0
10
10
pydantic == 1.10.4 ;python_version >= "3.8"
11
11
pytz == 2022.7.1
12
+ typing-extensions >= 4.6.0 ; platform_python_implementation != "PyPy"
13
+ typing-extensions >= 4.6.0 ,< 4.7.0 ; platform_python_implementation == "PyPy"
You can’t perform that action at this time.
0 commit comments