mirror of
https://github.com/Balshgit/python-poetry.git
synced 2025-09-11 21:50:40 +03:00
update poetry requirements
This commit is contained in:
parent
ee03576721
commit
e772d421b1
4879
poetry.lock
generated
4879
poetry.lock
generated
File diff suppressed because one or more lines are too long
@ -17,9 +17,9 @@ decorator = "^5.1"
|
||||
Django = "^4.2"
|
||||
factory-boy = "^3.3"
|
||||
Faker = "^19.0"
|
||||
fastapi = "^0.101"
|
||||
fastapi = "^0.103"
|
||||
gunicorn = "^21.2"
|
||||
httpx = "^0.24"
|
||||
httpx = "^0.25"
|
||||
Jinja2 = "^3.1"
|
||||
loguru = "^0.7"
|
||||
MouseInfo = "0.1"
|
||||
@ -32,7 +32,7 @@ psycopg2-binary = "^2.9.7"
|
||||
PyAutoGUI = "^0.9"
|
||||
pydantic = "^2.3"
|
||||
Pygments = "^2.16"
|
||||
pyinstaller = "^5.13"
|
||||
pyinstaller = "^6.0"
|
||||
PyQt6 = "^6.5"
|
||||
python-decouple = "^3.8"
|
||||
pytz = "^2023.3"
|
||||
@ -77,7 +77,7 @@ pytest-deadfixtures = "^2.2"
|
||||
pytest-mock = "^3.11"
|
||||
pytest-sugar = "^0.9"
|
||||
pytest-clarity = "^1.0"
|
||||
pytest-html = "^3.2"
|
||||
pytest-html = "^4.0"
|
||||
pytest-timeouts = "^1.2"
|
||||
pytest-randomly = "^3.15"
|
||||
pytest-split = "^0.8"
|
||||
|
437
requirements.txt
437
requirements.txt
@ -1,16 +1,16 @@
|
||||
aiohttp==3.8.5 ; python_version >= "3.11" and python_version < "3.12"
|
||||
aiohttp==3.8.6 ; python_version >= "3.11" and python_version < "3.12"
|
||||
aiosignal==1.3.1 ; python_version >= "3.11" and python_version < "3.12"
|
||||
alembic==1.11.3 ; python_version >= "3.11" and python_version < "3.12"
|
||||
altgraph==0.17.3 ; python_version >= "3.11" and python_version < "3.12"
|
||||
alembic==1.12.0 ; python_version >= "3.11" and python_version < "3.12"
|
||||
altgraph==0.17.4 ; python_version >= "3.11" and python_version < "3.12"
|
||||
amqp==5.1.1 ; python_version >= "3.11" and python_version < "3.12"
|
||||
annotated-types==0.5.0 ; python_version >= "3.11" and python_version < "3.12"
|
||||
anyio==3.7.1 ; python_version >= "3.11" and python_version < "3.12"
|
||||
annotated-types==0.6.0 ; python_version >= "3.11" and python_version < "3.12"
|
||||
anyio==4.0.0 ; python_version >= "3.11" and python_version < "3.12"
|
||||
appnope==0.1.3 ; python_version >= "3.11" and python_version < "3.12" and sys_platform == "darwin"
|
||||
arrow==1.2.3 ; python_version >= "3.11" and python_version < "3.12"
|
||||
arrow==1.3.0 ; python_version >= "3.11" and python_version < "3.12"
|
||||
asgiref==3.7.2 ; python_version >= "3.11" and python_version < "3.12"
|
||||
assertpy==1.1 ; python_version >= "3.11" and python_version < "3.12"
|
||||
astroid==2.15.6 ; python_version >= "3.11" and python_version < "3.12"
|
||||
asttokens==2.2.1 ; python_version >= "3.11" and python_version < "3.12"
|
||||
astroid==3.0.0 ; python_version >= "3.11" and python_version < "3.12"
|
||||
asttokens==2.4.0 ; python_version >= "3.11" and python_version < "3.12"
|
||||
async-timeout==4.0.3 ; python_version >= "3.11" and python_version < "3.12"
|
||||
attrs==23.1.0 ; python_version >= "3.11" and python_version < "3.12"
|
||||
autoflake==2.2.0 ; python_version >= "3.11" and python_version < "3.12"
|
||||
@ -18,66 +18,64 @@ backcall==0.2.0 ; python_version >= "3.11" and python_version < "3.12"
|
||||
bcrypt==4.0.1 ; python_version >= "3.11" and python_version < "3.12"
|
||||
billiard==4.1.0 ; python_version >= "3.11" and python_version < "3.12"
|
||||
binaryornot==0.4.4 ; python_version >= "3.11" and python_version < "3.12"
|
||||
black==23.7.0 ; python_version >= "3.11" and python_version < "3.12"
|
||||
celery==5.3.1 ; python_version >= "3.11" and python_version < "3.12"
|
||||
black==23.9.1 ; python_version >= "3.11" and python_version < "3.12"
|
||||
celery==5.3.4 ; python_version >= "3.11" and python_version < "3.12"
|
||||
certifi==2023.7.22 ; python_version >= "3.11" and python_version < "3.12"
|
||||
cffi==1.15.1 ; python_version >= "3.11" and python_version < "3.12"
|
||||
cffi==1.16.0 ; python_version >= "3.11" and python_version < "3.12"
|
||||
cfgv==3.4.0 ; python_version >= "3.11" and python_version < "3.12"
|
||||
chardet==5.2.0 ; python_version >= "3.11" and python_version < "3.12"
|
||||
charset-normalizer==3.2.0 ; python_version >= "3.11" and python_version < "3.12"
|
||||
charset-normalizer==3.3.0 ; python_version >= "3.11" and python_version < "3.12"
|
||||
click-didyoumean==0.3.0 ; python_version >= "3.11" and python_version < "3.12"
|
||||
click-plugins==1.1.1 ; python_version >= "3.11" and python_version < "3.12"
|
||||
click-repl==0.3.0 ; python_version >= "3.11" and python_version < "3.12"
|
||||
click==8.1.7 ; python_version >= "3.11" and python_version < "3.12"
|
||||
colorama==0.4.6 ; python_version >= "3.11" and python_version < "3.12" and (platform_system == "Windows" or sys_platform == "win32")
|
||||
cookiecutter==2.3.0 ; python_version >= "3.11" and python_version < "3.12"
|
||||
coverage==7.3.0 ; python_version >= "3.11" and python_version < "3.12"
|
||||
coverage[toml]==7.3.0 ; python_version >= "3.11" and python_version < "3.12"
|
||||
cryptography==41.0.3 ; python_version >= "3.11" and python_version < "3.12"
|
||||
cookiecutter==2.4.0 ; python_version >= "3.11" and python_version < "3.12"
|
||||
coverage==7.3.2 ; python_version >= "3.11" and python_version < "3.12"
|
||||
coverage[toml]==7.3.2 ; python_version >= "3.11" and python_version < "3.12"
|
||||
cryptography==41.0.4 ; python_version >= "3.11" and python_version < "3.12"
|
||||
decorator==5.1.1 ; python_version >= "3.11" and python_version < "3.12"
|
||||
defusedxml==0.7.1 ; python_version >= "3.11" and python_version < "3.12"
|
||||
distlib==0.3.7 ; python_version >= "3.11" and python_version < "3.12"
|
||||
django==4.2.4 ; python_version >= "3.11" and python_version < "3.12"
|
||||
django==4.2.6 ; python_version >= "3.11" and python_version < "3.12"
|
||||
dparse==0.6.3 ; python_version >= "3.11" and python_version < "3.12"
|
||||
easyprocess==1.1 ; python_version >= "3.11" and python_version < "3.12"
|
||||
entrypoint2==1.1 ; python_version >= "3.11" and python_version < "3.12"
|
||||
exceptiongroup==1.1.3 ; python_version >= "3.11" and python_version < "3.12"
|
||||
executing==1.2.0 ; python_version >= "3.11" and python_version < "3.12"
|
||||
executing==2.0.0 ; python_version >= "3.11" and python_version < "3.12"
|
||||
factory-boy==3.3.0 ; python_version >= "3.11" and python_version < "3.12"
|
||||
faker==19.3.1 ; python_version >= "3.11" and python_version < "3.12"
|
||||
fastapi==0.101.1 ; python_version >= "3.11" and python_version < "3.12"
|
||||
filelock==3.12.2 ; python_version >= "3.11" and python_version < "3.12"
|
||||
faker==19.6.2 ; python_version >= "3.11" and python_version < "3.12"
|
||||
fastapi==0.103.0 ; python_version >= "3.11" and python_version < "3.12"
|
||||
filelock==3.12.4 ; python_version >= "3.11" and python_version < "3.12"
|
||||
flake8-aaa==0.16.0 ; python_version >= "3.11" and python_version < "3.12"
|
||||
flake8-annotations-complexity==0.0.8 ; python_version >= "3.11" and python_version < "3.12"
|
||||
flake8-comments==0.1.2 ; python_version >= "3.11" and python_version < "3.12"
|
||||
flake8-deprecated==2.0.1 ; python_version >= "3.11" and python_version < "3.12"
|
||||
flake8-deprecated==2.1.0 ; python_version >= "3.11" and python_version < "3.12"
|
||||
flake8-jira-todo-checker==0.6.0 ; python_version >= "3.11" and python_version < "3.12"
|
||||
flake8-mock==0.4 ; python_version >= "3.11" and python_version < "3.12"
|
||||
flake8-newspaper-style==0.4.3 ; python_version >= "3.11" and python_version < "3.12"
|
||||
flake8-noqa==1.3.2 ; python_version >= "3.11" and python_version < "3.12"
|
||||
flake8-useless-assert==0.4.4 ; python_version >= "3.11" and python_version < "3.12"
|
||||
flake8-variables-names==0.0.6 ; python_version >= "3.11" and python_version < "3.12"
|
||||
flake8-warnings==0.4.0 ; python_version >= "3.11" and python_version < "3.12"
|
||||
flake8-warnings==0.4.1 ; python_version >= "3.11" and python_version < "3.12"
|
||||
flake8==6.1.0 ; python_version >= "3.11" and python_version < "3.12"
|
||||
freezegun==1.2.2 ; python_version >= "3.11" and python_version < "3.12"
|
||||
frozenlist==1.4.0 ; python_version >= "3.11" and python_version < "3.12"
|
||||
greenlet==2.0.2 ; python_version >= "3.11" and python_version < "3.12" and (platform_machine == "aarch64" or platform_machine == "ppc64le" or platform_machine == "x86_64" or platform_machine == "amd64" or platform_machine == "AMD64" or platform_machine == "win32" or platform_machine == "WIN32")
|
||||
greenlet==3.0.0 ; python_version >= "3.11" and python_version < "3.12" and (platform_machine == "aarch64" or platform_machine == "ppc64le" or platform_machine == "x86_64" or platform_machine == "amd64" or platform_machine == "AMD64" or platform_machine == "win32" or platform_machine == "WIN32")
|
||||
gunicorn==21.2.0 ; python_version >= "3.11" and python_version < "3.12"
|
||||
h11==0.14.0 ; python_version >= "3.11" and python_version < "3.12"
|
||||
httpcore==0.17.3 ; python_version >= "3.11" and python_version < "3.12"
|
||||
httpx==0.24.1 ; python_version >= "3.11" and python_version < "3.12"
|
||||
identify==2.5.27 ; python_version >= "3.11" and python_version < "3.12"
|
||||
httpcore==0.18.0 ; python_version >= "3.11" and python_version < "3.12"
|
||||
httpx==0.25.0 ; python_version >= "3.11" and python_version < "3.12"
|
||||
identify==2.5.30 ; python_version >= "3.11" and python_version < "3.12"
|
||||
idna==3.4 ; python_version >= "3.11" and python_version < "3.12"
|
||||
iniconfig==2.0.0 ; python_version >= "3.11" and python_version < "3.12"
|
||||
ipython==8.14.0 ; python_version >= "3.11" and python_version < "3.12"
|
||||
jedi==0.19.0 ; python_version >= "3.11" and python_version < "3.12"
|
||||
ipython==8.16.1 ; python_version >= "3.11" and python_version < "3.12"
|
||||
jedi==0.19.1 ; python_version >= "3.11" and python_version < "3.12"
|
||||
jeepney==0.8.0 ; python_version >= "3.11" and platform_system == "Linux" and python_version < "3.12"
|
||||
jinja2==3.1.2 ; python_version >= "3.11" and python_version < "3.12"
|
||||
jira==2.0.0 ; python_version >= "3.11" and python_version < "3.12"
|
||||
kombu==5.3.1 ; python_version >= "3.11" and python_version < "3.12"
|
||||
lazy-object-proxy==1.9.0 ; python_version >= "3.11" and python_version < "3.12"
|
||||
loguru==0.7.0 ; python_version >= "3.11" and python_version < "3.12"
|
||||
macholib==1.16.2 ; python_version >= "3.11" and python_version < "3.12" and sys_platform == "darwin"
|
||||
kombu==5.3.2 ; python_version >= "3.11" and python_version < "3.12"
|
||||
loguru==0.7.2 ; python_version >= "3.11" and python_version < "3.12"
|
||||
macholib==1.16.3 ; python_version >= "3.11" and python_version < "3.12" and sys_platform == "darwin"
|
||||
mako==1.2.4 ; python_version >= "3.11" and python_version < "3.12"
|
||||
markdown-it-py==3.0.0 ; python_version >= "3.11" and python_version < "3.12"
|
||||
markupsafe==2.1.3 ; python_version >= "3.11" and python_version < "3.12"
|
||||
@ -90,192 +88,193 @@ multidict==6.0.4 ; python_version >= "3.11" and python_version < "3.12"
|
||||
mypy-extensions==1.0.0 ; python_version >= "3.11" and python_version < "3.12"
|
||||
mypy==1.5.1 ; python_version >= "3.11" and python_version < "3.12"
|
||||
nodeenv==1.8.0 ; python_version >= "3.11" and python_version < "3.12"
|
||||
numpy==1.25.2 ; python_version >= "3.11" and python_version < "3.12"
|
||||
numpy==1.26.0 ; python_version >= "3.11" and python_version < "3.12"
|
||||
oauthlib==3.2.2 ; python_version >= "3.11" and python_version < "3.12"
|
||||
oauthlib[signedtoken]==3.2.2 ; python_version >= "3.11" and python_version < "3.12"
|
||||
orjson==3.9.5 ; python_version >= "3.11" and python_version < "3.12"
|
||||
orjson==3.9.7 ; python_version >= "3.11" and python_version < "3.12"
|
||||
outcome==1.2.0 ; python_version >= "3.11" and python_version < "3.12"
|
||||
packaging==23.1 ; python_version >= "3.11" and python_version < "3.12"
|
||||
packaging==23.2 ; python_version >= "3.11" and python_version < "3.12"
|
||||
parso==0.8.3 ; python_version >= "3.11" and python_version < "3.12"
|
||||
pathspec==0.11.2 ; python_version >= "3.11" and python_version < "3.12"
|
||||
pbr==5.11.1 ; python_version >= "3.11" and python_version < "3.12"
|
||||
pefile==2023.2.7 ; python_version >= "3.11" and python_version < "3.12" and sys_platform == "win32"
|
||||
pexpect==4.8.0 ; python_version >= "3.11" and python_version < "3.12" and sys_platform != "win32"
|
||||
pickleshare==0.7.5 ; python_version >= "3.11" and python_version < "3.12"
|
||||
pillow==10.0.0 ; python_version >= "3.11" and python_version < "3.12"
|
||||
platformdirs==3.10.0 ; python_version >= "3.11" and python_version < "3.12"
|
||||
pillow==10.0.1 ; python_version >= "3.11" and python_version < "3.12"
|
||||
platformdirs==3.11.0 ; python_version >= "3.11" and python_version < "3.12"
|
||||
pluggy==1.3.0 ; python_version >= "3.11" and python_version < "3.12"
|
||||
pprintpp==0.4.0 ; python_version >= "3.11" and python_version < "3.12"
|
||||
pre-commit==3.3.3 ; python_version >= "3.11" and python_version < "3.12"
|
||||
pre-commit==3.4.0 ; python_version >= "3.11" and python_version < "3.12"
|
||||
prompt-toolkit==3.0.39 ; python_version >= "3.11" and python_version < "3.12"
|
||||
psycopg2-binary==2.9.7 ; python_version >= "3.11" and python_version < "3.12"
|
||||
psycopg2-binary==2.9.9 ; python_version >= "3.11" and python_version < "3.12"
|
||||
ptyprocess==0.7.0 ; python_version >= "3.11" and python_version < "3.12" and sys_platform != "win32"
|
||||
pure-eval==0.2.2 ; python_version >= "3.11" and python_version < "3.12"
|
||||
py==1.11.0 ; python_version >= "3.11" and python_version < "3.12"
|
||||
pyautogui==0.9.54 ; python_version >= "3.11" and python_version < "3.12"
|
||||
pycodestyle==2.11.0 ; python_version >= "3.11" and python_version < "3.12"
|
||||
pycparser==2.21 ; python_version >= "3.11" and python_version < "3.12"
|
||||
pydantic-core==2.6.3 ; python_version >= "3.11" and python_version < "3.12"
|
||||
pydantic==2.3.0 ; python_version >= "3.11" and python_version < "3.12"
|
||||
pydantic-core==2.10.1 ; python_version >= "3.11" and python_version < "3.12"
|
||||
pydantic==2.4.2 ; python_version >= "3.11" and python_version < "3.12"
|
||||
pyflakes==3.1.0 ; python_version >= "3.11" and python_version < "3.12"
|
||||
pygetwindow==0.0.9 ; python_version >= "3.11" and python_version < "3.12"
|
||||
pygments==2.16.1 ; python_version >= "3.11" and python_version < "3.12"
|
||||
pyinstaller-hooks-contrib==2023.7 ; python_version >= "3.11" and python_version < "3.12"
|
||||
pyinstaller==5.13.1 ; python_version >= "3.11" and python_version < "3.12"
|
||||
pyinstaller-hooks-contrib==2023.9 ; python_version >= "3.11" and python_version < "3.12"
|
||||
pyinstaller==6.0.0 ; python_version >= "3.11" and python_version < "3.12"
|
||||
pyjwt==2.8.0 ; python_version >= "3.11" and python_version < "3.12"
|
||||
pymsgbox==1.0.9 ; python_version >= "3.11" and python_version < "3.12"
|
||||
pyobjc-core==9.2 ; python_version >= "3.11" and python_version < "3.12" and platform_system == "Darwin"
|
||||
pyobjc-framework-accessibility==9.2 ; python_version >= "3.11" and python_version < "3.12" and platform_system == "Darwin" and platform_release >= "20.0"
|
||||
pyobjc-framework-accounts==9.2 ; python_version >= "3.11" and python_version < "3.12" and platform_system == "Darwin" and platform_release >= "12.0"
|
||||
pyobjc-framework-addressbook==9.2 ; python_version >= "3.11" and python_version < "3.12" and platform_system == "Darwin"
|
||||
pyobjc-framework-adservices==9.2 ; python_version >= "3.11" and python_version < "3.12" and platform_system == "Darwin" and platform_release >= "20.0"
|
||||
pyobjc-framework-adsupport==9.2 ; python_version >= "3.11" and python_version < "3.12" and platform_system == "Darwin" and platform_release >= "18.0"
|
||||
pyobjc-framework-applescriptkit==9.2 ; python_version >= "3.11" and python_version < "3.12" and platform_system == "Darwin"
|
||||
pyobjc-framework-applescriptobjc==9.2 ; python_version >= "3.11" and python_version < "3.12" and platform_system == "Darwin" and platform_release >= "10.0"
|
||||
pyobjc-framework-applicationservices==9.2 ; python_version >= "3.11" and python_version < "3.12" and platform_system == "Darwin"
|
||||
pyobjc-framework-apptrackingtransparency==9.2 ; python_version >= "3.11" and python_version < "3.12" and platform_system == "Darwin" and platform_release >= "20.0"
|
||||
pyobjc-framework-audiovideobridging==9.2 ; python_version >= "3.11" and python_version < "3.12" and platform_system == "Darwin" and platform_release >= "12.0"
|
||||
pyobjc-framework-authenticationservices==9.2 ; python_version >= "3.11" and python_version < "3.12" and platform_system == "Darwin" and platform_release >= "19.0"
|
||||
pyobjc-framework-automaticassessmentconfiguration==9.2 ; python_version >= "3.11" and python_version < "3.12" and platform_system == "Darwin" and platform_release >= "19.0"
|
||||
pyobjc-framework-automator==9.2 ; python_version >= "3.11" and python_version < "3.12" and platform_system == "Darwin"
|
||||
pyobjc-framework-avfoundation==9.2 ; python_version >= "3.11" and python_version < "3.12" and platform_system == "Darwin" and platform_release >= "11.0"
|
||||
pyobjc-framework-avkit==9.2 ; python_version >= "3.11" and python_version < "3.12" and platform_system == "Darwin" and platform_release >= "13.0"
|
||||
pyobjc-framework-avrouting==9.2 ; python_version >= "3.11" and python_version < "3.12" and platform_system == "Darwin" and platform_release >= "22.0"
|
||||
pyobjc-framework-backgroundassets==9.2 ; python_version >= "3.11" and python_version < "3.12" and platform_system == "Darwin" and platform_release >= "22.0"
|
||||
pyobjc-framework-businesschat==9.2 ; python_version >= "3.11" and python_version < "3.12" and platform_system == "Darwin" and platform_release >= "18.0"
|
||||
pyobjc-framework-calendarstore==9.2 ; python_version >= "3.11" and python_version < "3.12" and platform_system == "Darwin" and platform_release >= "9.0"
|
||||
pyobjc-framework-callkit==9.2 ; python_version >= "3.11" and python_version < "3.12" and platform_system == "Darwin" and platform_release >= "20.0"
|
||||
pyobjc-framework-cfnetwork==9.2 ; python_version >= "3.11" and python_version < "3.12" and platform_system == "Darwin"
|
||||
pyobjc-framework-classkit==9.2 ; python_version >= "3.11" and python_version < "3.12" and platform_system == "Darwin" and platform_release >= "20.0"
|
||||
pyobjc-framework-cloudkit==9.2 ; python_version >= "3.11" and python_version < "3.12" and platform_system == "Darwin" and platform_release >= "14.0"
|
||||
pyobjc-framework-cocoa==9.2 ; python_version >= "3.11" and python_version < "3.12" and platform_system == "Darwin"
|
||||
pyobjc-framework-collaboration==9.2 ; python_version >= "3.11" and python_version < "3.12" and platform_system == "Darwin" and platform_release >= "9.0"
|
||||
pyobjc-framework-colorsync==9.2 ; python_version >= "3.11" and python_version < "3.12" and platform_system == "Darwin" and platform_release >= "17.0"
|
||||
pyobjc-framework-contacts==9.2 ; python_version >= "3.11" and python_version < "3.12" and platform_system == "Darwin" and platform_release >= "15.0"
|
||||
pyobjc-framework-contactsui==9.2 ; python_version >= "3.11" and python_version < "3.12" and platform_system == "Darwin" and platform_release >= "15.0"
|
||||
pyobjc-framework-coreaudio==9.2 ; python_version >= "3.11" and python_version < "3.12" and platform_system == "Darwin"
|
||||
pyobjc-framework-coreaudiokit==9.2 ; python_version >= "3.11" and python_version < "3.12" and platform_system == "Darwin"
|
||||
pyobjc-framework-corebluetooth==9.2 ; python_version >= "3.11" and python_version < "3.12" and platform_system == "Darwin" and platform_release >= "14.0"
|
||||
pyobjc-framework-coredata==9.2 ; python_version >= "3.11" and python_version < "3.12" and platform_system == "Darwin"
|
||||
pyobjc-framework-corehaptics==9.2 ; python_version >= "3.11" and python_version < "3.12" and platform_system == "Darwin" and platform_release >= "19.0"
|
||||
pyobjc-framework-corelocation==9.2 ; python_version >= "3.11" and python_version < "3.12" and platform_system == "Darwin" and platform_release >= "10.0"
|
||||
pyobjc-framework-coremedia==9.2 ; python_version >= "3.11" and python_version < "3.12" and platform_system == "Darwin" and platform_release >= "11.0"
|
||||
pyobjc-framework-coremediaio==9.2 ; python_version >= "3.11" and python_version < "3.12" and platform_system == "Darwin" and platform_release >= "11.0"
|
||||
pyobjc-framework-coremidi==9.2 ; python_version >= "3.11" and python_version < "3.12" and platform_system == "Darwin"
|
||||
pyobjc-framework-coreml==9.2 ; python_version >= "3.11" and python_version < "3.12" and platform_system == "Darwin" and platform_release >= "17.0"
|
||||
pyobjc-framework-coremotion==9.2 ; python_version >= "3.11" and python_version < "3.12" and platform_system == "Darwin" and platform_release >= "19.0"
|
||||
pyobjc-framework-coreservices==9.2 ; python_version >= "3.11" and python_version < "3.12" and platform_system == "Darwin"
|
||||
pyobjc-framework-corespotlight==9.2 ; python_version >= "3.11" and python_version < "3.12" and platform_system == "Darwin" and platform_release >= "17.0"
|
||||
pyobjc-framework-coretext==9.2 ; python_version >= "3.11" and python_version < "3.12" and platform_system == "Darwin"
|
||||
pyobjc-framework-corewlan==9.2 ; python_version >= "3.11" and python_version < "3.12" and platform_system == "Darwin" and platform_release >= "10.0"
|
||||
pyobjc-framework-cryptotokenkit==9.2 ; python_version >= "3.11" and python_version < "3.12" and platform_system == "Darwin" and platform_release >= "14.0"
|
||||
pyobjc-framework-datadetection==9.2 ; python_version >= "3.11" and python_version < "3.12" and platform_system == "Darwin" and platform_release >= "21.0"
|
||||
pyobjc-framework-devicecheck==9.2 ; python_version >= "3.11" and python_version < "3.12" and platform_system == "Darwin" and platform_release >= "19.0"
|
||||
pyobjc-framework-dictionaryservices==9.2 ; python_version >= "3.11" and python_version < "3.12" and platform_system == "Darwin" and platform_release >= "9.0"
|
||||
pyobjc-framework-discrecording==9.2 ; python_version >= "3.11" and python_version < "3.12" and platform_system == "Darwin"
|
||||
pyobjc-framework-discrecordingui==9.2 ; python_version >= "3.11" and python_version < "3.12" and platform_system == "Darwin"
|
||||
pyobjc-framework-diskarbitration==9.2 ; python_version >= "3.11" and python_version < "3.12" and platform_system == "Darwin"
|
||||
pyobjc-framework-dvdplayback==9.2 ; python_version >= "3.11" and python_version < "3.12" and platform_system == "Darwin"
|
||||
pyobjc-framework-eventkit==9.2 ; python_version >= "3.11" and python_version < "3.12" and platform_system == "Darwin" and platform_release >= "12.0"
|
||||
pyobjc-framework-exceptionhandling==9.2 ; python_version >= "3.11" and python_version < "3.12" and platform_system == "Darwin"
|
||||
pyobjc-framework-executionpolicy==9.2 ; python_version >= "3.11" and python_version < "3.12" and platform_system == "Darwin" and platform_release >= "19.0"
|
||||
pyobjc-framework-extensionkit==9.2 ; python_version >= "3.11" and python_version < "3.12" and platform_system == "Darwin" and platform_release >= "22.0"
|
||||
pyobjc-framework-externalaccessory==9.2 ; python_version >= "3.11" and python_version < "3.12" and platform_system == "Darwin" and platform_release >= "17.0"
|
||||
pyobjc-framework-fileprovider==9.2 ; python_version >= "3.11" and python_version < "3.12" and platform_system == "Darwin" and platform_release >= "19.0"
|
||||
pyobjc-framework-fileproviderui==9.2 ; python_version >= "3.11" and python_version < "3.12" and platform_system == "Darwin" and platform_release >= "19.0"
|
||||
pyobjc-framework-findersync==9.2 ; python_version >= "3.11" and python_version < "3.12" and platform_system == "Darwin" and platform_release >= "14.0"
|
||||
pyobjc-framework-fsevents==9.2 ; python_version >= "3.11" and python_version < "3.12" and platform_system == "Darwin"
|
||||
pyobjc-framework-gamecenter==9.2 ; python_version >= "3.11" and python_version < "3.12" and platform_system == "Darwin" and platform_release >= "12.0"
|
||||
pyobjc-framework-gamecontroller==9.2 ; python_version >= "3.11" and python_version < "3.12" and platform_system == "Darwin" and platform_release >= "13.0"
|
||||
pyobjc-framework-gamekit==9.2 ; python_version >= "3.11" and python_version < "3.12" and platform_system == "Darwin" and platform_release >= "12.0"
|
||||
pyobjc-framework-gameplaykit==9.2 ; python_version >= "3.11" and python_version < "3.12" and platform_system == "Darwin" and platform_release >= "15.0"
|
||||
pyobjc-framework-healthkit==9.2 ; python_version >= "3.11" and python_version < "3.12" and platform_system == "Darwin" and platform_release >= "22.0"
|
||||
pyobjc-framework-imagecapturecore==9.2 ; python_version >= "3.11" and python_version < "3.12" and platform_system == "Darwin" and platform_release >= "10.0"
|
||||
pyobjc-framework-imserviceplugin==9.2 ; python_version >= "3.11" and python_version < "3.12" and platform_system == "Darwin" and platform_release >= "11.0"
|
||||
pyobjc-framework-inputmethodkit==9.2 ; python_version >= "3.11" and python_version < "3.12" and platform_system == "Darwin" and platform_release >= "9.0"
|
||||
pyobjc-framework-installerplugins==9.2 ; python_version >= "3.11" and python_version < "3.12" and platform_system == "Darwin"
|
||||
pyobjc-framework-instantmessage==9.2 ; python_version >= "3.11" and python_version < "3.12" and platform_system == "Darwin" and platform_release >= "9.0"
|
||||
pyobjc-framework-intents==9.2 ; python_version >= "3.11" and python_version < "3.12" and platform_system == "Darwin" and platform_release >= "16.0"
|
||||
pyobjc-framework-intentsui==9.2 ; python_version >= "3.11" and python_version < "3.12" and platform_system == "Darwin" and platform_release >= "21.0"
|
||||
pyobjc-framework-iobluetooth==9.2 ; python_version >= "3.11" and python_version < "3.12" and platform_system == "Darwin"
|
||||
pyobjc-framework-iobluetoothui==9.2 ; python_version >= "3.11" and python_version < "3.12" and platform_system == "Darwin"
|
||||
pyobjc-framework-iosurface==9.2 ; python_version >= "3.11" and python_version < "3.12" and platform_system == "Darwin" and platform_release >= "10.0"
|
||||
pyobjc-framework-ituneslibrary==9.2 ; python_version >= "3.11" and python_version < "3.12" and platform_system == "Darwin" and platform_release >= "10.0"
|
||||
pyobjc-framework-kernelmanagement==9.2 ; python_version >= "3.11" and python_version < "3.12" and platform_system == "Darwin" and platform_release >= "20.0"
|
||||
pyobjc-framework-latentsemanticmapping==9.2 ; python_version >= "3.11" and python_version < "3.12" and platform_system == "Darwin"
|
||||
pyobjc-framework-launchservices==9.2 ; python_version >= "3.11" and python_version < "3.12" and platform_system == "Darwin"
|
||||
pyobjc-framework-libdispatch==9.2 ; python_version >= "3.11" and python_version < "3.12" and platform_system == "Darwin" and platform_release >= "12.0"
|
||||
pyobjc-framework-libxpc==9.2 ; python_version >= "3.11" and python_version < "3.12" and platform_system == "Darwin" and platform_release >= "12.0"
|
||||
pyobjc-framework-linkpresentation==9.2 ; python_version >= "3.11" and python_version < "3.12" and platform_system == "Darwin" and platform_release >= "19.0"
|
||||
pyobjc-framework-localauthentication==9.2 ; python_version >= "3.11" and python_version < "3.12" and platform_system == "Darwin" and platform_release >= "14.0"
|
||||
pyobjc-framework-localauthenticationembeddedui==9.2 ; python_version >= "3.11" and python_version < "3.12" and platform_system == "Darwin" and platform_release >= "21.0"
|
||||
pyobjc-framework-mailkit==9.2 ; python_version >= "3.11" and python_version < "3.12" and platform_system == "Darwin" and platform_release >= "21.0"
|
||||
pyobjc-framework-mapkit==9.2 ; python_version >= "3.11" and python_version < "3.12" and platform_system == "Darwin" and platform_release >= "13.0"
|
||||
pyobjc-framework-mediaaccessibility==9.2 ; python_version >= "3.11" and python_version < "3.12" and platform_system == "Darwin" and platform_release >= "13.0"
|
||||
pyobjc-framework-medialibrary==9.2 ; python_version >= "3.11" and python_version < "3.12" and platform_system == "Darwin" and platform_release >= "13.0"
|
||||
pyobjc-framework-mediaplayer==9.2 ; python_version >= "3.11" and python_version < "3.12" and platform_system == "Darwin" and platform_release >= "16.0"
|
||||
pyobjc-framework-mediatoolbox==9.2 ; python_version >= "3.11" and python_version < "3.12" and platform_system == "Darwin" and platform_release >= "13.0"
|
||||
pyobjc-framework-metal==9.2 ; python_version >= "3.11" and python_version < "3.12" and platform_system == "Darwin" and platform_release >= "15.0"
|
||||
pyobjc-framework-metalfx==9.2 ; python_version >= "3.11" and python_version < "3.12" and platform_system == "Darwin" and platform_release >= "22.0"
|
||||
pyobjc-framework-metalkit==9.2 ; python_version >= "3.11" and python_version < "3.12" and platform_system == "Darwin" and platform_release >= "15.0"
|
||||
pyobjc-framework-metalperformanceshaders==9.2 ; python_version >= "3.11" and python_version < "3.12" and platform_system == "Darwin" and platform_release >= "17.0"
|
||||
pyobjc-framework-metalperformanceshadersgraph==9.2 ; python_version >= "3.11" and python_version < "3.12" and platform_system == "Darwin" and platform_release >= "20.0"
|
||||
pyobjc-framework-metrickit==9.2 ; python_version >= "3.11" and python_version < "3.12" and platform_system == "Darwin" and platform_release >= "21.0"
|
||||
pyobjc-framework-mlcompute==9.2 ; python_version >= "3.11" and python_version < "3.12" and platform_system == "Darwin" and platform_release >= "20.0"
|
||||
pyobjc-framework-modelio==9.2 ; python_version >= "3.11" and python_version < "3.12" and platform_system == "Darwin" and platform_release >= "15.0"
|
||||
pyobjc-framework-multipeerconnectivity==9.2 ; python_version >= "3.11" and python_version < "3.12" and platform_system == "Darwin" and platform_release >= "14.0"
|
||||
pyobjc-framework-naturallanguage==9.2 ; python_version >= "3.11" and python_version < "3.12" and platform_system == "Darwin" and platform_release >= "18.0"
|
||||
pyobjc-framework-netfs==9.2 ; python_version >= "3.11" and python_version < "3.12" and platform_system == "Darwin" and platform_release >= "10.0"
|
||||
pyobjc-framework-network==9.2 ; python_version >= "3.11" and python_version < "3.12" and platform_system == "Darwin" and platform_release >= "18.0"
|
||||
pyobjc-framework-networkextension==9.2 ; python_version >= "3.11" and python_version < "3.12" and platform_system == "Darwin" and platform_release >= "15.0"
|
||||
pyobjc-framework-notificationcenter==9.2 ; python_version >= "3.11" and python_version < "3.12" and platform_system == "Darwin" and platform_release >= "14.0"
|
||||
pyobjc-framework-opendirectory==9.2 ; python_version >= "3.11" and python_version < "3.12" and platform_system == "Darwin" and platform_release >= "10.0"
|
||||
pyobjc-framework-osakit==9.2 ; python_version >= "3.11" and python_version < "3.12" and platform_system == "Darwin"
|
||||
pyobjc-framework-oslog==9.2 ; python_version >= "3.11" and python_version < "3.12" and platform_system == "Darwin" and platform_release >= "19.0"
|
||||
pyobjc-framework-passkit==9.2 ; python_version >= "3.11" and python_version < "3.12" and platform_system == "Darwin" and platform_release >= "20.0"
|
||||
pyobjc-framework-pencilkit==9.2 ; python_version >= "3.11" and python_version < "3.12" and platform_system == "Darwin" and platform_release >= "19.0"
|
||||
pyobjc-framework-phase==9.2 ; python_version >= "3.11" and python_version < "3.12" and platform_system == "Darwin" and platform_release >= "21.0"
|
||||
pyobjc-framework-photos==9.2 ; python_version >= "3.11" and python_version < "3.12" and platform_system == "Darwin" and platform_release >= "15.0"
|
||||
pyobjc-framework-photosui==9.2 ; python_version >= "3.11" and python_version < "3.12" and platform_system == "Darwin" and platform_release >= "15.0"
|
||||
pyobjc-framework-preferencepanes==9.2 ; python_version >= "3.11" and python_version < "3.12" and platform_system == "Darwin"
|
||||
pyobjc-framework-pubsub==9.2 ; platform_release >= "9.0" and platform_release < "18.0" and python_version >= "3.11" and python_version < "3.12" and platform_system == "Darwin"
|
||||
pyobjc-framework-pushkit==9.2 ; python_version >= "3.11" and python_version < "3.12" and platform_system == "Darwin" and platform_release >= "19.0"
|
||||
pyobjc-framework-quartz==9.2 ; python_version >= "3.11" and python_version < "3.12" and platform_system == "Darwin"
|
||||
pyobjc-framework-quicklookthumbnailing==9.2 ; python_version >= "3.11" and python_version < "3.12" and platform_system == "Darwin" and platform_release >= "19.0"
|
||||
pyobjc-framework-replaykit==9.2 ; python_version >= "3.11" and python_version < "3.12" and platform_system == "Darwin" and platform_release >= "20.0"
|
||||
pyobjc-framework-safariservices==9.2 ; python_version >= "3.11" and python_version < "3.12" and platform_system == "Darwin" and platform_release >= "16.0"
|
||||
pyobjc-framework-safetykit==9.2 ; python_version >= "3.11" and python_version < "3.12" and platform_system == "Darwin" and platform_release >= "22.0"
|
||||
pyobjc-framework-scenekit==9.2 ; python_version >= "3.11" and python_version < "3.12" and platform_system == "Darwin" and platform_release >= "11.0"
|
||||
pyobjc-framework-screencapturekit==9.2 ; python_version >= "3.11" and python_version < "3.12" and platform_system == "Darwin" and platform_release >= "21.4"
|
||||
pyobjc-framework-screensaver==9.2 ; python_version >= "3.11" and python_version < "3.12" and platform_system == "Darwin"
|
||||
pyobjc-framework-screentime==9.2 ; python_version >= "3.11" and python_version < "3.12" and platform_system == "Darwin" and platform_release >= "20.0"
|
||||
pyobjc-framework-scriptingbridge==9.2 ; python_version >= "3.11" and python_version < "3.12" and platform_system == "Darwin" and platform_release >= "9.0"
|
||||
pyobjc-framework-searchkit==9.2 ; python_version >= "3.11" and python_version < "3.12" and platform_system == "Darwin"
|
||||
pyobjc-framework-security==9.2 ; python_version >= "3.11" and python_version < "3.12" and platform_system == "Darwin"
|
||||
pyobjc-framework-securityfoundation==9.2 ; python_version >= "3.11" and python_version < "3.12" and platform_system == "Darwin"
|
||||
pyobjc-framework-securityinterface==9.2 ; python_version >= "3.11" and python_version < "3.12" and platform_system == "Darwin"
|
||||
pyobjc-framework-servicemanagement==9.2 ; python_version >= "3.11" and python_version < "3.12" and platform_system == "Darwin" and platform_release >= "10.0"
|
||||
pyobjc-framework-sharedwithyou==9.2 ; python_version >= "3.11" and python_version < "3.12" and platform_system == "Darwin" and platform_release >= "22.0"
|
||||
pyobjc-framework-sharedwithyoucore==9.2 ; python_version >= "3.11" and python_version < "3.12" and platform_system == "Darwin" and platform_release >= "22.0"
|
||||
pyobjc-framework-shazamkit==9.2 ; python_version >= "3.11" and python_version < "3.12" and platform_system == "Darwin" and platform_release >= "21.0"
|
||||
pyobjc-framework-social==9.2 ; python_version >= "3.11" and python_version < "3.12" and platform_system == "Darwin" and platform_release >= "12.0"
|
||||
pyobjc-framework-soundanalysis==9.2 ; python_version >= "3.11" and python_version < "3.12" and platform_system == "Darwin" and platform_release >= "19.0"
|
||||
pyobjc-framework-speech==9.2 ; python_version >= "3.11" and python_version < "3.12" and platform_system == "Darwin" and platform_release >= "19.0"
|
||||
pyobjc-framework-spritekit==9.2 ; python_version >= "3.11" and python_version < "3.12" and platform_system == "Darwin" and platform_release >= "13.0"
|
||||
pyobjc-framework-storekit==9.2 ; python_version >= "3.11" and python_version < "3.12" and platform_system == "Darwin" and platform_release >= "11.0"
|
||||
pyobjc-framework-syncservices==9.2 ; python_version >= "3.11" and python_version < "3.12" and platform_system == "Darwin"
|
||||
pyobjc-framework-systemconfiguration==9.2 ; python_version >= "3.11" and python_version < "3.12" and platform_system == "Darwin"
|
||||
pyobjc-framework-systemextensions==9.2 ; python_version >= "3.11" and python_version < "3.12" and platform_system == "Darwin" and platform_release >= "19.0"
|
||||
pyobjc-framework-threadnetwork==9.2 ; python_version >= "3.11" and python_version < "3.12" and platform_system == "Darwin" and platform_release >= "22.0"
|
||||
pyobjc-framework-uniformtypeidentifiers==9.2 ; python_version >= "3.11" and python_version < "3.12" and platform_system == "Darwin" and platform_release >= "20.0"
|
||||
pyobjc-framework-usernotifications==9.2 ; python_version >= "3.11" and python_version < "3.12" and platform_system == "Darwin" and platform_release >= "18.0"
|
||||
pyobjc-framework-usernotificationsui==9.2 ; python_version >= "3.11" and python_version < "3.12" and platform_system == "Darwin" and platform_release >= "20.0"
|
||||
pyobjc-framework-videosubscriberaccount==9.2 ; python_version >= "3.11" and python_version < "3.12" and platform_system == "Darwin" and platform_release >= "18.0"
|
||||
pyobjc-framework-videotoolbox==9.2 ; python_version >= "3.11" and python_version < "3.12" and platform_system == "Darwin" and platform_release >= "12.0"
|
||||
pyobjc-framework-virtualization==9.2 ; python_version >= "3.11" and python_version < "3.12" and platform_system == "Darwin" and platform_release >= "20.0"
|
||||
pyobjc-framework-vision==9.2 ; python_version >= "3.11" and python_version < "3.12" and platform_system == "Darwin" and platform_release >= "17.0"
|
||||
pyobjc-framework-webkit==9.2 ; python_version >= "3.11" and python_version < "3.12" and platform_system == "Darwin"
|
||||
pyobjc==9.2 ; python_version >= "3.11" and python_version < "3.12" and platform_system == "Darwin"
|
||||
pyobjc-core==10.0 ; python_version >= "3.11" and python_version < "3.12" and platform_system == "Darwin"
|
||||
pyobjc-framework-accessibility==10.0 ; python_version >= "3.11" and python_version < "3.12" and platform_system == "Darwin" and platform_release >= "20.0"
|
||||
pyobjc-framework-accounts==10.0 ; python_version >= "3.11" and python_version < "3.12" and platform_system == "Darwin" and platform_release >= "12.0"
|
||||
pyobjc-framework-addressbook==10.0 ; python_version >= "3.11" and python_version < "3.12" and platform_system == "Darwin"
|
||||
pyobjc-framework-adservices==10.0 ; python_version >= "3.11" and python_version < "3.12" and platform_system == "Darwin" and platform_release >= "20.0"
|
||||
pyobjc-framework-adsupport==10.0 ; python_version >= "3.11" and python_version < "3.12" and platform_system == "Darwin" and platform_release >= "18.0"
|
||||
pyobjc-framework-applescriptkit==10.0 ; python_version >= "3.11" and python_version < "3.12" and platform_system == "Darwin"
|
||||
pyobjc-framework-applescriptobjc==10.0 ; python_version >= "3.11" and python_version < "3.12" and platform_system == "Darwin" and platform_release >= "10.0"
|
||||
pyobjc-framework-applicationservices==10.0 ; python_version >= "3.11" and python_version < "3.12" and platform_system == "Darwin"
|
||||
pyobjc-framework-apptrackingtransparency==10.0 ; python_version >= "3.11" and python_version < "3.12" and platform_system == "Darwin" and platform_release >= "20.0"
|
||||
pyobjc-framework-audiovideobridging==10.0 ; python_version >= "3.11" and python_version < "3.12" and platform_system == "Darwin" and platform_release >= "12.0"
|
||||
pyobjc-framework-authenticationservices==10.0 ; python_version >= "3.11" and python_version < "3.12" and platform_system == "Darwin" and platform_release >= "19.0"
|
||||
pyobjc-framework-automaticassessmentconfiguration==10.0 ; python_version >= "3.11" and python_version < "3.12" and platform_system == "Darwin" and platform_release >= "19.0"
|
||||
pyobjc-framework-automator==10.0 ; python_version >= "3.11" and python_version < "3.12" and platform_system == "Darwin"
|
||||
pyobjc-framework-avfoundation==10.0 ; python_version >= "3.11" and python_version < "3.12" and platform_system == "Darwin" and platform_release >= "11.0"
|
||||
pyobjc-framework-avkit==10.0 ; python_version >= "3.11" and python_version < "3.12" and platform_system == "Darwin" and platform_release >= "13.0"
|
||||
pyobjc-framework-avrouting==10.0 ; python_version >= "3.11" and python_version < "3.12" and platform_system == "Darwin" and platform_release >= "22.0"
|
||||
pyobjc-framework-backgroundassets==10.0 ; python_version >= "3.11" and python_version < "3.12" and platform_system == "Darwin" and platform_release >= "22.0"
|
||||
pyobjc-framework-businesschat==10.0 ; python_version >= "3.11" and python_version < "3.12" and platform_system == "Darwin" and platform_release >= "18.0"
|
||||
pyobjc-framework-calendarstore==10.0 ; python_version >= "3.11" and python_version < "3.12" and platform_system == "Darwin" and platform_release >= "9.0"
|
||||
pyobjc-framework-callkit==10.0 ; python_version >= "3.11" and python_version < "3.12" and platform_system == "Darwin" and platform_release >= "20.0"
|
||||
pyobjc-framework-cfnetwork==10.0 ; python_version >= "3.11" and python_version < "3.12" and platform_system == "Darwin"
|
||||
pyobjc-framework-cinematic==10.0 ; python_version >= "3.11" and python_version < "3.12" and platform_system == "Darwin" and platform_release >= "23.0"
|
||||
pyobjc-framework-classkit==10.0 ; python_version >= "3.11" and python_version < "3.12" and platform_system == "Darwin" and platform_release >= "20.0"
|
||||
pyobjc-framework-cloudkit==10.0 ; python_version >= "3.11" and python_version < "3.12" and platform_system == "Darwin" and platform_release >= "14.0"
|
||||
pyobjc-framework-cocoa==10.0 ; python_version >= "3.11" and python_version < "3.12" and platform_system == "Darwin"
|
||||
pyobjc-framework-collaboration==10.0 ; python_version >= "3.11" and python_version < "3.12" and platform_system == "Darwin" and platform_release >= "9.0"
|
||||
pyobjc-framework-colorsync==10.0 ; python_version >= "3.11" and python_version < "3.12" and platform_system == "Darwin" and platform_release >= "17.0"
|
||||
pyobjc-framework-contacts==10.0 ; python_version >= "3.11" and python_version < "3.12" and platform_system == "Darwin" and platform_release >= "15.0"
|
||||
pyobjc-framework-contactsui==10.0 ; python_version >= "3.11" and python_version < "3.12" and platform_system == "Darwin" and platform_release >= "15.0"
|
||||
pyobjc-framework-coreaudio==10.0 ; python_version >= "3.11" and python_version < "3.12" and platform_system == "Darwin"
|
||||
pyobjc-framework-coreaudiokit==10.0 ; python_version >= "3.11" and python_version < "3.12" and platform_system == "Darwin"
|
||||
pyobjc-framework-corebluetooth==10.0 ; python_version >= "3.11" and python_version < "3.12" and platform_system == "Darwin" and platform_release >= "14.0"
|
||||
pyobjc-framework-coredata==10.0 ; python_version >= "3.11" and python_version < "3.12" and platform_system == "Darwin"
|
||||
pyobjc-framework-corehaptics==10.0 ; python_version >= "3.11" and python_version < "3.12" and platform_system == "Darwin" and platform_release >= "19.0"
|
||||
pyobjc-framework-corelocation==10.0 ; python_version >= "3.11" and python_version < "3.12" and platform_system == "Darwin" and platform_release >= "10.0"
|
||||
pyobjc-framework-coremedia==10.0 ; python_version >= "3.11" and python_version < "3.12" and platform_system == "Darwin" and platform_release >= "11.0"
|
||||
pyobjc-framework-coremediaio==10.0 ; python_version >= "3.11" and python_version < "3.12" and platform_system == "Darwin" and platform_release >= "11.0"
|
||||
pyobjc-framework-coremidi==10.0 ; python_version >= "3.11" and python_version < "3.12" and platform_system == "Darwin"
|
||||
pyobjc-framework-coreml==10.0 ; python_version >= "3.11" and python_version < "3.12" and platform_system == "Darwin" and platform_release >= "17.0"
|
||||
pyobjc-framework-coremotion==10.0 ; python_version >= "3.11" and python_version < "3.12" and platform_system == "Darwin" and platform_release >= "19.0"
|
||||
pyobjc-framework-coreservices==10.0 ; python_version >= "3.11" and python_version < "3.12" and platform_system == "Darwin"
|
||||
pyobjc-framework-corespotlight==10.0 ; python_version >= "3.11" and python_version < "3.12" and platform_system == "Darwin" and platform_release >= "17.0"
|
||||
pyobjc-framework-coretext==10.0 ; python_version >= "3.11" and python_version < "3.12" and platform_system == "Darwin"
|
||||
pyobjc-framework-corewlan==10.0 ; python_version >= "3.11" and python_version < "3.12" and platform_system == "Darwin" and platform_release >= "10.0"
|
||||
pyobjc-framework-cryptotokenkit==10.0 ; python_version >= "3.11" and python_version < "3.12" and platform_system == "Darwin" and platform_release >= "14.0"
|
||||
pyobjc-framework-datadetection==10.0 ; python_version >= "3.11" and python_version < "3.12" and platform_system == "Darwin" and platform_release >= "21.0"
|
||||
pyobjc-framework-devicecheck==10.0 ; python_version >= "3.11" and python_version < "3.12" and platform_system == "Darwin" and platform_release >= "19.0"
|
||||
pyobjc-framework-dictionaryservices==10.0 ; python_version >= "3.11" and python_version < "3.12" and platform_system == "Darwin" and platform_release >= "9.0"
|
||||
pyobjc-framework-discrecording==10.0 ; python_version >= "3.11" and python_version < "3.12" and platform_system == "Darwin"
|
||||
pyobjc-framework-discrecordingui==10.0 ; python_version >= "3.11" and python_version < "3.12" and platform_system == "Darwin"
|
||||
pyobjc-framework-diskarbitration==10.0 ; python_version >= "3.11" and python_version < "3.12" and platform_system == "Darwin"
|
||||
pyobjc-framework-dvdplayback==10.0 ; python_version >= "3.11" and python_version < "3.12" and platform_system == "Darwin"
|
||||
pyobjc-framework-eventkit==10.0 ; python_version >= "3.11" and python_version < "3.12" and platform_system == "Darwin" and platform_release >= "12.0"
|
||||
pyobjc-framework-exceptionhandling==10.0 ; python_version >= "3.11" and python_version < "3.12" and platform_system == "Darwin"
|
||||
pyobjc-framework-executionpolicy==10.0 ; python_version >= "3.11" and python_version < "3.12" and platform_system == "Darwin" and platform_release >= "19.0"
|
||||
pyobjc-framework-extensionkit==10.0 ; python_version >= "3.11" and python_version < "3.12" and platform_system == "Darwin" and platform_release >= "22.0"
|
||||
pyobjc-framework-externalaccessory==10.0 ; python_version >= "3.11" and python_version < "3.12" and platform_system == "Darwin" and platform_release >= "17.0"
|
||||
pyobjc-framework-fileprovider==10.0 ; python_version >= "3.11" and python_version < "3.12" and platform_system == "Darwin" and platform_release >= "19.0"
|
||||
pyobjc-framework-fileproviderui==10.0 ; python_version >= "3.11" and python_version < "3.12" and platform_system == "Darwin" and platform_release >= "19.0"
|
||||
pyobjc-framework-findersync==10.0 ; python_version >= "3.11" and python_version < "3.12" and platform_system == "Darwin" and platform_release >= "14.0"
|
||||
pyobjc-framework-fsevents==10.0 ; python_version >= "3.11" and python_version < "3.12" and platform_system == "Darwin"
|
||||
pyobjc-framework-gamecenter==10.0 ; python_version >= "3.11" and python_version < "3.12" and platform_system == "Darwin" and platform_release >= "12.0"
|
||||
pyobjc-framework-gamecontroller==10.0 ; python_version >= "3.11" and python_version < "3.12" and platform_system == "Darwin" and platform_release >= "13.0"
|
||||
pyobjc-framework-gamekit==10.0 ; python_version >= "3.11" and python_version < "3.12" and platform_system == "Darwin" and platform_release >= "12.0"
|
||||
pyobjc-framework-gameplaykit==10.0 ; python_version >= "3.11" and python_version < "3.12" and platform_system == "Darwin" and platform_release >= "15.0"
|
||||
pyobjc-framework-healthkit==10.0 ; python_version >= "3.11" and python_version < "3.12" and platform_system == "Darwin" and platform_release >= "22.0"
|
||||
pyobjc-framework-imagecapturecore==10.0 ; python_version >= "3.11" and python_version < "3.12" and platform_system == "Darwin" and platform_release >= "10.0"
|
||||
pyobjc-framework-inputmethodkit==10.0 ; python_version >= "3.11" and python_version < "3.12" and platform_system == "Darwin" and platform_release >= "9.0"
|
||||
pyobjc-framework-installerplugins==10.0 ; python_version >= "3.11" and python_version < "3.12" and platform_system == "Darwin"
|
||||
pyobjc-framework-instantmessage==10.0 ; python_version >= "3.11" and python_version < "3.12" and platform_system == "Darwin" and platform_release >= "9.0"
|
||||
pyobjc-framework-intents==10.0 ; python_version >= "3.11" and python_version < "3.12" and platform_system == "Darwin" and platform_release >= "16.0"
|
||||
pyobjc-framework-intentsui==10.0 ; python_version >= "3.11" and python_version < "3.12" and platform_system == "Darwin" and platform_release >= "21.0"
|
||||
pyobjc-framework-iobluetooth==10.0 ; python_version >= "3.11" and python_version < "3.12" and platform_system == "Darwin"
|
||||
pyobjc-framework-iobluetoothui==10.0 ; python_version >= "3.11" and python_version < "3.12" and platform_system == "Darwin"
|
||||
pyobjc-framework-iosurface==10.0 ; python_version >= "3.11" and python_version < "3.12" and platform_system == "Darwin" and platform_release >= "10.0"
|
||||
pyobjc-framework-ituneslibrary==10.0 ; python_version >= "3.11" and python_version < "3.12" and platform_system == "Darwin" and platform_release >= "10.0"
|
||||
pyobjc-framework-kernelmanagement==10.0 ; python_version >= "3.11" and python_version < "3.12" and platform_system == "Darwin" and platform_release >= "20.0"
|
||||
pyobjc-framework-latentsemanticmapping==10.0 ; python_version >= "3.11" and python_version < "3.12" and platform_system == "Darwin"
|
||||
pyobjc-framework-launchservices==10.0 ; python_version >= "3.11" and python_version < "3.12" and platform_system == "Darwin"
|
||||
pyobjc-framework-libdispatch==10.0 ; python_version >= "3.11" and python_version < "3.12" and platform_system == "Darwin" and platform_release >= "12.0"
|
||||
pyobjc-framework-libxpc==10.0 ; python_version >= "3.11" and python_version < "3.12" and platform_system == "Darwin" and platform_release >= "12.0"
|
||||
pyobjc-framework-linkpresentation==10.0 ; python_version >= "3.11" and python_version < "3.12" and platform_system == "Darwin" and platform_release >= "19.0"
|
||||
pyobjc-framework-localauthentication==10.0 ; python_version >= "3.11" and python_version < "3.12" and platform_system == "Darwin" and platform_release >= "14.0"
|
||||
pyobjc-framework-localauthenticationembeddedui==10.0 ; python_version >= "3.11" and python_version < "3.12" and platform_system == "Darwin" and platform_release >= "21.0"
|
||||
pyobjc-framework-mailkit==10.0 ; python_version >= "3.11" and python_version < "3.12" and platform_system == "Darwin" and platform_release >= "21.0"
|
||||
pyobjc-framework-mapkit==10.0 ; python_version >= "3.11" and python_version < "3.12" and platform_system == "Darwin" and platform_release >= "13.0"
|
||||
pyobjc-framework-mediaaccessibility==10.0 ; python_version >= "3.11" and python_version < "3.12" and platform_system == "Darwin" and platform_release >= "13.0"
|
||||
pyobjc-framework-medialibrary==10.0 ; python_version >= "3.11" and python_version < "3.12" and platform_system == "Darwin" and platform_release >= "13.0"
|
||||
pyobjc-framework-mediaplayer==10.0 ; python_version >= "3.11" and python_version < "3.12" and platform_system == "Darwin" and platform_release >= "16.0"
|
||||
pyobjc-framework-mediatoolbox==10.0 ; python_version >= "3.11" and python_version < "3.12" and platform_system == "Darwin" and platform_release >= "13.0"
|
||||
pyobjc-framework-metal==10.0 ; python_version >= "3.11" and python_version < "3.12" and platform_system == "Darwin" and platform_release >= "15.0"
|
||||
pyobjc-framework-metalfx==10.0 ; python_version >= "3.11" and python_version < "3.12" and platform_system == "Darwin" and platform_release >= "22.0"
|
||||
pyobjc-framework-metalkit==10.0 ; python_version >= "3.11" and python_version < "3.12" and platform_system == "Darwin" and platform_release >= "15.0"
|
||||
pyobjc-framework-metalperformanceshaders==10.0 ; python_version >= "3.11" and python_version < "3.12" and platform_system == "Darwin" and platform_release >= "17.0"
|
||||
pyobjc-framework-metalperformanceshadersgraph==10.0 ; python_version >= "3.11" and python_version < "3.12" and platform_system == "Darwin" and platform_release >= "20.0"
|
||||
pyobjc-framework-metrickit==10.0 ; python_version >= "3.11" and python_version < "3.12" and platform_system == "Darwin" and platform_release >= "21.0"
|
||||
pyobjc-framework-mlcompute==10.0 ; python_version >= "3.11" and python_version < "3.12" and platform_system == "Darwin" and platform_release >= "20.0"
|
||||
pyobjc-framework-modelio==10.0 ; python_version >= "3.11" and python_version < "3.12" and platform_system == "Darwin" and platform_release >= "15.0"
|
||||
pyobjc-framework-multipeerconnectivity==10.0 ; python_version >= "3.11" and python_version < "3.12" and platform_system == "Darwin" and platform_release >= "14.0"
|
||||
pyobjc-framework-naturallanguage==10.0 ; python_version >= "3.11" and python_version < "3.12" and platform_system == "Darwin" and platform_release >= "18.0"
|
||||
pyobjc-framework-netfs==10.0 ; python_version >= "3.11" and python_version < "3.12" and platform_system == "Darwin" and platform_release >= "10.0"
|
||||
pyobjc-framework-network==10.0 ; python_version >= "3.11" and python_version < "3.12" and platform_system == "Darwin" and platform_release >= "18.0"
|
||||
pyobjc-framework-networkextension==10.0 ; python_version >= "3.11" and python_version < "3.12" and platform_system == "Darwin" and platform_release >= "15.0"
|
||||
pyobjc-framework-notificationcenter==10.0 ; python_version >= "3.11" and python_version < "3.12" and platform_system == "Darwin" and platform_release >= "14.0"
|
||||
pyobjc-framework-opendirectory==10.0 ; python_version >= "3.11" and python_version < "3.12" and platform_system == "Darwin" and platform_release >= "10.0"
|
||||
pyobjc-framework-osakit==10.0 ; python_version >= "3.11" and python_version < "3.12" and platform_system == "Darwin"
|
||||
pyobjc-framework-oslog==10.0 ; python_version >= "3.11" and python_version < "3.12" and platform_system == "Darwin" and platform_release >= "19.0"
|
||||
pyobjc-framework-passkit==10.0 ; python_version >= "3.11" and python_version < "3.12" and platform_system == "Darwin" and platform_release >= "20.0"
|
||||
pyobjc-framework-pencilkit==10.0 ; python_version >= "3.11" and python_version < "3.12" and platform_system == "Darwin" and platform_release >= "19.0"
|
||||
pyobjc-framework-phase==10.0 ; python_version >= "3.11" and python_version < "3.12" and platform_system == "Darwin" and platform_release >= "21.0"
|
||||
pyobjc-framework-photos==10.0 ; python_version >= "3.11" and python_version < "3.12" and platform_system == "Darwin" and platform_release >= "15.0"
|
||||
pyobjc-framework-photosui==10.0 ; python_version >= "3.11" and python_version < "3.12" and platform_system == "Darwin" and platform_release >= "15.0"
|
||||
pyobjc-framework-preferencepanes==10.0 ; python_version >= "3.11" and python_version < "3.12" and platform_system == "Darwin"
|
||||
pyobjc-framework-pubsub==10.0 ; platform_release >= "9.0" and platform_release < "18.0" and python_version >= "3.11" and python_version < "3.12" and platform_system == "Darwin"
|
||||
pyobjc-framework-pushkit==10.0 ; python_version >= "3.11" and python_version < "3.12" and platform_system == "Darwin" and platform_release >= "19.0"
|
||||
pyobjc-framework-quartz==10.0 ; python_version >= "3.11" and python_version < "3.12" and platform_system == "Darwin"
|
||||
pyobjc-framework-quicklookthumbnailing==10.0 ; python_version >= "3.11" and python_version < "3.12" and platform_system == "Darwin" and platform_release >= "19.0"
|
||||
pyobjc-framework-replaykit==10.0 ; python_version >= "3.11" and python_version < "3.12" and platform_system == "Darwin" and platform_release >= "20.0"
|
||||
pyobjc-framework-safariservices==10.0 ; python_version >= "3.11" and python_version < "3.12" and platform_system == "Darwin" and platform_release >= "16.0"
|
||||
pyobjc-framework-safetykit==10.0 ; python_version >= "3.11" and python_version < "3.12" and platform_system == "Darwin" and platform_release >= "22.0"
|
||||
pyobjc-framework-scenekit==10.0 ; python_version >= "3.11" and python_version < "3.12" and platform_system == "Darwin" and platform_release >= "11.0"
|
||||
pyobjc-framework-screencapturekit==10.0 ; python_version >= "3.11" and python_version < "3.12" and platform_system == "Darwin" and platform_release >= "21.4"
|
||||
pyobjc-framework-screensaver==10.0 ; python_version >= "3.11" and python_version < "3.12" and platform_system == "Darwin"
|
||||
pyobjc-framework-screentime==10.0 ; python_version >= "3.11" and python_version < "3.12" and platform_system == "Darwin" and platform_release >= "20.0"
|
||||
pyobjc-framework-scriptingbridge==10.0 ; python_version >= "3.11" and python_version < "3.12" and platform_system == "Darwin" and platform_release >= "9.0"
|
||||
pyobjc-framework-searchkit==10.0 ; python_version >= "3.11" and python_version < "3.12" and platform_system == "Darwin"
|
||||
pyobjc-framework-security==10.0 ; python_version >= "3.11" and python_version < "3.12" and platform_system == "Darwin"
|
||||
pyobjc-framework-securityfoundation==10.0 ; python_version >= "3.11" and python_version < "3.12" and platform_system == "Darwin"
|
||||
pyobjc-framework-securityinterface==10.0 ; python_version >= "3.11" and python_version < "3.12" and platform_system == "Darwin"
|
||||
pyobjc-framework-sensitivecontentanalysis==10.0 ; python_version >= "3.11" and python_version < "3.12" and platform_system == "Darwin" and platform_release >= "23.0"
|
||||
pyobjc-framework-servicemanagement==10.0 ; python_version >= "3.11" and python_version < "3.12" and platform_system == "Darwin" and platform_release >= "10.0"
|
||||
pyobjc-framework-sharedwithyou==10.0 ; python_version >= "3.11" and python_version < "3.12" and platform_system == "Darwin" and platform_release >= "22.0"
|
||||
pyobjc-framework-sharedwithyoucore==10.0 ; python_version >= "3.11" and python_version < "3.12" and platform_system == "Darwin" and platform_release >= "22.0"
|
||||
pyobjc-framework-shazamkit==10.0 ; python_version >= "3.11" and python_version < "3.12" and platform_system == "Darwin" and platform_release >= "21.0"
|
||||
pyobjc-framework-social==10.0 ; python_version >= "3.11" and python_version < "3.12" and platform_system == "Darwin" and platform_release >= "12.0"
|
||||
pyobjc-framework-soundanalysis==10.0 ; python_version >= "3.11" and python_version < "3.12" and platform_system == "Darwin" and platform_release >= "19.0"
|
||||
pyobjc-framework-speech==10.0 ; python_version >= "3.11" and python_version < "3.12" and platform_system == "Darwin" and platform_release >= "19.0"
|
||||
pyobjc-framework-spritekit==10.0 ; python_version >= "3.11" and python_version < "3.12" and platform_system == "Darwin" and platform_release >= "13.0"
|
||||
pyobjc-framework-storekit==10.0 ; python_version >= "3.11" and python_version < "3.12" and platform_system == "Darwin" and platform_release >= "11.0"
|
||||
pyobjc-framework-symbols==10.0 ; python_version >= "3.11" and python_version < "3.12" and platform_system == "Darwin" and platform_release >= "23.0"
|
||||
pyobjc-framework-syncservices==10.0 ; python_version >= "3.11" and python_version < "3.12" and platform_system == "Darwin"
|
||||
pyobjc-framework-systemconfiguration==10.0 ; python_version >= "3.11" and python_version < "3.12" and platform_system == "Darwin"
|
||||
pyobjc-framework-systemextensions==10.0 ; python_version >= "3.11" and python_version < "3.12" and platform_system == "Darwin" and platform_release >= "19.0"
|
||||
pyobjc-framework-threadnetwork==10.0 ; python_version >= "3.11" and python_version < "3.12" and platform_system == "Darwin" and platform_release >= "22.0"
|
||||
pyobjc-framework-uniformtypeidentifiers==10.0 ; python_version >= "3.11" and python_version < "3.12" and platform_system == "Darwin" and platform_release >= "20.0"
|
||||
pyobjc-framework-usernotifications==10.0 ; python_version >= "3.11" and python_version < "3.12" and platform_system == "Darwin" and platform_release >= "18.0"
|
||||
pyobjc-framework-usernotificationsui==10.0 ; python_version >= "3.11" and python_version < "3.12" and platform_system == "Darwin" and platform_release >= "20.0"
|
||||
pyobjc-framework-videosubscriberaccount==10.0 ; python_version >= "3.11" and python_version < "3.12" and platform_system == "Darwin" and platform_release >= "18.0"
|
||||
pyobjc-framework-videotoolbox==10.0 ; python_version >= "3.11" and python_version < "3.12" and platform_system == "Darwin" and platform_release >= "12.0"
|
||||
pyobjc-framework-virtualization==10.0 ; python_version >= "3.11" and python_version < "3.12" and platform_system == "Darwin" and platform_release >= "20.0"
|
||||
pyobjc-framework-vision==10.0 ; python_version >= "3.11" and python_version < "3.12" and platform_system == "Darwin" and platform_release >= "17.0"
|
||||
pyobjc-framework-webkit==10.0 ; python_version >= "3.11" and python_version < "3.12" and platform_system == "Darwin"
|
||||
pyobjc==10.0 ; python_version >= "3.11" and python_version < "3.12" and platform_system == "Darwin"
|
||||
pyperclip==1.8.2 ; python_version >= "3.11" and python_version < "3.12"
|
||||
pyqt6-qt6==6.5.2 ; python_version >= "3.11" and python_version < "3.12"
|
||||
pyqt6-sip==13.5.2 ; python_version >= "3.11" and python_version < "3.12"
|
||||
@ -289,60 +288,60 @@ pytest-clarity==1.0.1 ; python_version >= "3.11" and python_version < "3.12"
|
||||
pytest-cov==4.1.0 ; python_version >= "3.11" and python_version < "3.12"
|
||||
pytest-deadfixtures==2.2.1 ; python_version >= "3.11" and python_version < "3.12"
|
||||
pytest-freezegun==0.4.2 ; python_version >= "3.11" and python_version < "3.12"
|
||||
pytest-html==3.2.0 ; python_version >= "3.11" and python_version < "3.12"
|
||||
pytest-html==4.0.2 ; python_version >= "3.11" and python_version < "3.12"
|
||||
pytest-metadata==3.0.0 ; python_version >= "3.11" and python_version < "3.12"
|
||||
pytest-mock==3.11.1 ; python_version >= "3.11" and python_version < "3.12"
|
||||
pytest-randomly==3.15.0 ; python_version >= "3.11" and python_version < "3.12"
|
||||
pytest-repeat==0.9.1 ; python_version >= "3.11" and python_version < "3.12"
|
||||
pytest-repeat==0.9.2 ; python_version >= "3.11" and python_version < "3.12"
|
||||
pytest-socket==0.6.0 ; python_version >= "3.11" and python_version < "3.12"
|
||||
pytest-split==0.8.1 ; python_version >= "3.11" and python_version < "3.12"
|
||||
pytest-sugar==0.9.7 ; python_version >= "3.11" and python_version < "3.12"
|
||||
pytest-timeouts==1.2.1 ; python_version >= "3.11" and python_version < "3.12"
|
||||
pytest==7.4.0 ; python_version >= "3.11" and python_version < "3.12"
|
||||
pytest==7.4.2 ; python_version >= "3.11" and python_version < "3.12"
|
||||
python-dateutil==2.8.2 ; python_version >= "3.11" and python_version < "3.12"
|
||||
python-decouple==3.8 ; python_version >= "3.11" and python_version < "3.12"
|
||||
python-slugify==8.0.1 ; python_version >= "3.11" and python_version < "3.12"
|
||||
python3-xlib==0.15 ; platform_system == "Linux" and python_version >= "3.11" and python_version < "3.12"
|
||||
pytweening==1.0.7 ; python_version >= "3.11" and python_version < "3.12"
|
||||
pytz==2023.3 ; python_version >= "3.11" and python_version < "3.12"
|
||||
pytz==2023.3.post1 ; python_version >= "3.11" and python_version < "3.12"
|
||||
pywin32-ctypes==0.2.2 ; python_version >= "3.11" and python_version < "3.12" and sys_platform == "win32"
|
||||
pyyaml==6.0.1 ; python_version >= "3.11" and python_version < "3.12"
|
||||
redis[asyncio]==5.0.0 ; python_version >= "3.11" and python_version < "3.12"
|
||||
redis[asyncio]==5.0.1 ; python_version >= "3.11" and python_version < "3.12"
|
||||
requests-oauthlib==1.3.1 ; python_version >= "3.11" and python_version < "3.12"
|
||||
requests-toolbelt==1.0.0 ; python_version >= "3.11" and python_version < "3.12"
|
||||
requests==2.31.0 ; python_version >= "3.11" and python_version < "3.12"
|
||||
rich==13.5.2 ; python_version >= "3.11" and python_version < "3.12"
|
||||
ruamel-yaml-clib==0.2.7 ; platform_python_implementation == "CPython" and python_version < "3.12" and python_version >= "3.11"
|
||||
ruamel-yaml==0.17.32 ; python_version >= "3.11" and python_version < "3.12"
|
||||
rich==13.6.0 ; python_version >= "3.11" and python_version < "3.12"
|
||||
ruamel-yaml-clib==0.2.8 ; platform_python_implementation == "CPython" and python_version < "3.12" and python_version >= "3.11"
|
||||
ruamel-yaml==0.17.35 ; python_version >= "3.11" and python_version < "3.12"
|
||||
safety==2.3.4 ; python_version >= "3.11" and python_version < "3.12"
|
||||
selenium==4.11.2 ; python_version >= "3.11" and python_version < "3.12"
|
||||
setuptools==68.1.2 ; python_version >= "3.11" and python_version < "3.12"
|
||||
selenium==4.13.0 ; python_version >= "3.11" and python_version < "3.12"
|
||||
setuptools==68.2.2 ; python_version >= "3.11" and python_version < "3.12"
|
||||
simple-term-menu==1.6.1 ; python_version >= "3.11" and python_version < "3.12"
|
||||
six==1.16.0 ; python_version >= "3.11" and python_version < "3.12"
|
||||
sniffio==1.3.0 ; python_version >= "3.11" and python_version < "3.12"
|
||||
sortedcontainers==2.4.0 ; python_version >= "3.11" and python_version < "3.12"
|
||||
sqlalchemy-utils==0.41.1 ; python_version >= "3.11" and python_version < "3.12"
|
||||
sqlalchemy==2.0.20 ; python_version >= "3.11" and python_version < "3.12"
|
||||
sqlalchemy==2.0.21 ; python_version >= "3.11" and python_version < "3.12"
|
||||
sqlparse==0.4.4 ; python_version >= "3.11" and python_version < "3.12"
|
||||
stack-data==0.6.2 ; python_version >= "3.11" and python_version < "3.12"
|
||||
stack-data==0.6.3 ; python_version >= "3.11" and python_version < "3.12"
|
||||
starlette==0.27.0 ; python_version >= "3.11" and python_version < "3.12"
|
||||
termcolor==2.3.0 ; python_version >= "3.11" and python_version < "3.12"
|
||||
text-unidecode==1.3 ; python_version >= "3.11" and python_version < "3.12"
|
||||
traitlets==5.9.0 ; python_version >= "3.11" and python_version < "3.12"
|
||||
trio-websocket==0.10.3 ; python_version >= "3.11" and python_version < "3.12"
|
||||
traitlets==5.11.2 ; python_version >= "3.11" and python_version < "3.12"
|
||||
trio-websocket==0.11.1 ; python_version >= "3.11" and python_version < "3.12"
|
||||
trio==0.22.2 ; python_version >= "3.11" and python_version < "3.12"
|
||||
typing-extensions==4.7.1 ; python_version >= "3.11" and python_version < "3.12"
|
||||
types-python-dateutil==2.8.19.14 ; python_version >= "3.11" and python_version < "3.12"
|
||||
typing-extensions==4.8.0 ; python_version >= "3.11" and python_version < "3.12"
|
||||
tzdata==2023.3 ; python_version >= "3.11" and python_version < "3.12"
|
||||
urllib3==2.0.4 ; python_version >= "3.11" and python_version < "3.12"
|
||||
urllib3[socks]==2.0.4 ; python_version >= "3.11" and python_version < "3.12"
|
||||
urllib3==2.0.6 ; python_version >= "3.11" and python_version < "3.12"
|
||||
urllib3[socks]==2.0.6 ; python_version >= "3.11" and python_version < "3.12"
|
||||
uvicorn==0.23.2 ; python_version >= "3.11" and python_version < "3.12"
|
||||
validators==0.21.2 ; python_version >= "3.11" and python_version < "3.12"
|
||||
vine==5.0.0 ; python_version >= "3.11" and python_version < "3.12"
|
||||
virtualenv==20.24.3 ; python_version >= "3.11" and python_version < "3.12"
|
||||
wcwidth==0.2.6 ; python_version >= "3.11" and python_version < "3.12"
|
||||
virtualenv==20.24.5 ; python_version >= "3.11" and python_version < "3.12"
|
||||
wcwidth==0.2.8 ; python_version >= "3.11" and python_version < "3.12"
|
||||
wget==3.2 ; python_version >= "3.11" and python_version < "3.12"
|
||||
win32-setctime==1.1.0 ; python_version >= "3.11" and python_version < "3.12" and sys_platform == "win32"
|
||||
wrapt==1.15.0 ; python_version >= "3.11" and python_version < "3.12"
|
||||
wsproto==1.2.0 ; python_version >= "3.11" and python_version < "3.12"
|
||||
yarl==1.9.2 ; python_version >= "3.11" and python_version < "3.12"
|
||||
zipp==3.16.2 ; python_version >= "3.11" and python_version < "3.12"
|
||||
zipp==3.17.0 ; python_version >= "3.11" and python_version < "3.12"
|
||||
|
Loading…
x
Reference in New Issue
Block a user