-
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathconfig.ini
More file actions
28 lines (26 loc) · 1.88 KB
/
config.ini
File metadata and controls
28 lines (26 loc) · 1.88 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
[venv.launchpad]
python = 3.12.12
path = .venv
requirements = requirements-dev.txt
editable =
.
[python3.12.12]
darwin_x86_64 = https://github.com/astral-sh/python-build-standalone/releases/download/20260127/cpython-3.12.12+20260127-x86_64-apple-darwin-install_only.tar.gz
darwin_x86_64_sha256 = 7a453d2773d0ffbc8f8ca45bb20fa305815aff60b8072361451c3674c17ff5ef
darwin_arm64 = https://github.com/astral-sh/python-build-standalone/releases/download/20260127/cpython-3.12.12+20260127-aarch64-apple-darwin-install_only.tar.gz
darwin_arm64_sha256 = 95d7666718239b7b2fc94937453ff6689dc4db0daf42263c21ec1f9f41eefb31
linux_x86_64 = https://github.com/astral-sh/python-build-standalone/releases/download/20260127/cpython-3.12.12+20260127-x86_64-unknown-linux-gnu-install_only.tar.gz
linux_x86_64_sha256 = da2b48a8ba9969d57b75544b818210c5f574e86640776cd885ffc17b50c3569a
linux_arm64 = https://github.com/astral-sh/python-build-standalone/releases/download/20260127/cpython-3.12.12+20260127-aarch64-unknown-linux-gnu-install_only.tar.gz
linux_arm64_sha256 = 738a1f8a187bbf4b6c6e5af0ffb92f61b3e8aded8916e093c4711c00dbafb601
[uv]
darwin_arm64 = https://github.com/astral-sh/uv/releases/download/0.7.21/uv-aarch64-apple-darwin.tar.gz
darwin_arm64_sha256 = c73af7a4e0bcea9b5b593a0c7e5c025ee78d8be3f7cd60bfeadc8614a16c92ef
darwin_x86_64 = https://github.com/astral-sh/uv/releases/download/0.7.21/uv-x86_64-apple-darwin.tar.gz
darwin_x86_64_sha256 = f8a9b4f4a80a44653344d36b53e148134176e8f7cc99f8e823676a57c884595e
linux_arm64 = https://github.com/astral-sh/uv/releases/download/0.7.21/uv-aarch64-unknown-linux-gnu.tar.gz
linux_arm64_sha256 = 1dae18211605b9d00767d913da5108aea50200a88372bf8a2e1f56abdbe509f0
linux_x86_64 = https://github.com/astral-sh/uv/releases/download/0.7.21/uv-x86_64-unknown-linux-gnu.tar.gz
linux_x86_64_sha256 = ca3e8898adfce5fcc891d393a079013fa4bd0d9636cef11aded8a7485bcba312
# used for autoupdate
version = 0.7.21