Skip to content

Commit 5296238

Browse files
committed
make internal pypi not exclusive - packages are missing on win
1 parent 25c4df6 commit 5296238

File tree

3 files changed

+6
-7
lines changed

3 files changed

+6
-7
lines changed

pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ requires-python = ">=3.13"
55

66
[[tool.uv.index]]
77
url = "https://pypi.devinfra.sentry.io/simple"
8-
default = true
98

109
[tool.uv.workspace]
1110
members = [
@@ -15,5 +14,5 @@ members = [
1514
[dependency-groups]
1615
dev = [
1716
"devservices>=1.2.2",
18-
"pre-commit>=4.2.0; sys_platform != 'win32'",
17+
"pre-commit>=4.2.0",
1918
]

python-objectstore-client/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ dev = [
1616
"black>=25.1.0",
1717
"isort>=5.13.2",
1818
"flake8>=7.3.0",
19-
"mypy>=1.17.1; sys_platform != 'win32'",
19+
"mypy>=1.17.1",
2020
]
2121

2222
[tool.mypy]

uv.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)