update
This commit is contained in:
3986
.CondaPkg/env/Lib/site-packages/setuptools/_vendor/inflect/__init__.py
vendored
Normal file
3986
.CondaPkg/env/Lib/site-packages/setuptools/_vendor/inflect/__init__.py
vendored
Normal file
File diff suppressed because it is too large
Load Diff
BIN
.CondaPkg/env/Lib/site-packages/setuptools/_vendor/inflect/__pycache__/__init__.cpython-312.pyc
vendored
Normal file
BIN
.CondaPkg/env/Lib/site-packages/setuptools/_vendor/inflect/__pycache__/__init__.cpython-312.pyc
vendored
Normal file
Binary file not shown.
0
.CondaPkg/env/Lib/site-packages/setuptools/_vendor/inflect/compat/__init__.py
vendored
Normal file
0
.CondaPkg/env/Lib/site-packages/setuptools/_vendor/inflect/compat/__init__.py
vendored
Normal file
Binary file not shown.
BIN
.CondaPkg/env/Lib/site-packages/setuptools/_vendor/inflect/compat/__pycache__/py38.cpython-312.pyc
vendored
Normal file
BIN
.CondaPkg/env/Lib/site-packages/setuptools/_vendor/inflect/compat/__pycache__/py38.cpython-312.pyc
vendored
Normal file
Binary file not shown.
7
.CondaPkg/env/Lib/site-packages/setuptools/_vendor/inflect/compat/py38.py
vendored
Normal file
7
.CondaPkg/env/Lib/site-packages/setuptools/_vendor/inflect/compat/py38.py
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
import sys
|
||||
|
||||
|
||||
if sys.version_info > (3, 9):
|
||||
from typing import Annotated
|
||||
else: # pragma: no cover
|
||||
from typing_extensions import Annotated # noqa: F401
|
||||
0
.CondaPkg/env/Lib/site-packages/setuptools/_vendor/inflect/py.typed
vendored
Normal file
0
.CondaPkg/env/Lib/site-packages/setuptools/_vendor/inflect/py.typed
vendored
Normal file
Reference in New Issue
Block a user