mirror of
https://github.com/thinking-machines-lab/tinker.git
synced 2026-04-19 12:58:01 +00:00
Publish Python SDK
Hello world! Signed-off-by: Daniel Xu <dxu@dxuuu.xyz>
This commit is contained in:
commit
829c151ba7
192 changed files with 25717 additions and 0 deletions
105
requirements-dev.lock
Normal file
105
requirements-dev.lock
Normal file
|
|
@ -0,0 +1,105 @@
|
|||
# This file was autogenerated by uv via the following command:
|
||||
# uv export -o requirements-dev.lock --no-hashes
|
||||
-e .
|
||||
annotated-types==0.7.0
|
||||
# via pydantic
|
||||
anyio==4.5.2 ; python_full_version < '3.9'
|
||||
# via
|
||||
# httpx
|
||||
# tinker
|
||||
anyio==4.8.0 ; python_full_version >= '3.9'
|
||||
# via
|
||||
# httpx
|
||||
# tinker
|
||||
certifi==2024.12.14
|
||||
# via
|
||||
# httpcore
|
||||
# httpx
|
||||
colorama==0.4.6 ; sys_platform == 'win32'
|
||||
# via pytest
|
||||
dirty-equals==0.9.0
|
||||
distro==1.9.0
|
||||
# via tinker
|
||||
exceptiongroup==1.2.2 ; python_full_version < '3.11'
|
||||
# via
|
||||
# anyio
|
||||
# pytest
|
||||
execnet==2.1.1
|
||||
# via pytest-xdist
|
||||
h11==0.16.0
|
||||
# via httpcore
|
||||
httpcore==1.0.9
|
||||
# via httpx
|
||||
httpx==0.28.1
|
||||
# via
|
||||
# respx
|
||||
# tinker
|
||||
idna==3.10
|
||||
# via
|
||||
# anyio
|
||||
# httpx
|
||||
importlib-metadata==8.5.0 ; python_full_version < '3.9'
|
||||
importlib-metadata==8.6.1 ; python_full_version >= '3.9'
|
||||
iniconfig==2.0.0
|
||||
# via pytest
|
||||
markdown-it-py==3.0.0
|
||||
# via rich
|
||||
mdurl==0.1.2
|
||||
# via markdown-it-py
|
||||
mypy==1.14.1
|
||||
mypy-extensions==1.0.0
|
||||
# via mypy
|
||||
nest-asyncio==1.6.0
|
||||
nodeenv==1.9.1
|
||||
# via pyright
|
||||
packaging==24.2
|
||||
# via pytest
|
||||
pluggy==1.5.0
|
||||
# via pytest
|
||||
pydantic==2.10.3
|
||||
# via tinker
|
||||
pydantic-core==2.27.1
|
||||
# via pydantic
|
||||
pygments==2.19.1
|
||||
# via rich
|
||||
pyright==1.1.399
|
||||
pytest==8.3.3
|
||||
# via
|
||||
# pytest-asyncio
|
||||
# pytest-xdist
|
||||
pytest-asyncio==0.24.0
|
||||
pytest-xdist==3.6.1 ; python_full_version < '3.9'
|
||||
pytest-xdist==3.7.0 ; python_full_version >= '3.9'
|
||||
python-dateutil==2.9.0.post0
|
||||
# via time-machine
|
||||
pytz==2024.2 ; python_full_version < '3.9'
|
||||
# via dirty-equals
|
||||
respx==0.22.0
|
||||
rich==13.9.4
|
||||
ruff==0.9.4
|
||||
six==1.17.0
|
||||
# via python-dateutil
|
||||
sniffio==1.3.1
|
||||
# via
|
||||
# anyio
|
||||
# tinker
|
||||
time-machine==2.15.0 ; python_full_version < '3.9'
|
||||
time-machine==2.16.0 ; python_full_version >= '3.9'
|
||||
tomli==2.2.1 ; python_full_version < '3.11'
|
||||
# via
|
||||
# mypy
|
||||
# pytest
|
||||
typing-extensions==4.12.2
|
||||
# via
|
||||
# annotated-types
|
||||
# anyio
|
||||
# mypy
|
||||
# pydantic
|
||||
# pydantic-core
|
||||
# pyright
|
||||
# rich
|
||||
# tinker
|
||||
zipp==3.20.2 ; python_full_version < '3.9'
|
||||
# via importlib-metadata
|
||||
zipp==3.21.0 ; python_full_version >= '3.9'
|
||||
# via importlib-metadata
|
||||
Loading…
Add table
Add a link
Reference in a new issue