Skip to content

Commit 0fa5243

Browse files
configure micrsoft package feed proxy
1 parent 1c4dd45 commit 0fa5243

10 files changed

Lines changed: 1313 additions & 1276 deletions

File tree

.github/requirements.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
--index-url https://packagefeedproxy.microsoft.io/pypi/simple/
2+
13
fastapi==0.136.1
24
uvicorn==0.35.0
35
azure-cosmos==4.15.0

infra/scripts/post-provision/requirements.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
--index-url https://packagefeedproxy.microsoft.io/pypi/simple/
2+
13
azure-search-documents==11.5.3
24
azure-identity==1.24.0
35
azure-storage-blob==12.26.0

infra/vscode_web/requirements.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
--index-url https://packagefeedproxy.microsoft.io/pypi/simple/
2+
13
azure-ai-projects==1.0.0b12
24
azure-identity==1.20.0
35
ansible-core~=2.17.0

src/App/.npmrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
registry=https://packagefeedproxy.microsoft.io/npm/

src/App/package-lock.json

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

src/App/pyproject.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,8 @@ dependencies = [
1515
"urllib3==2.7.0",
1616
"cryptography==50.0.0",
1717
]
18+
19+
[[tool.uv.index]]
20+
name = "microsoft-package-feed-proxy"
21+
url = "https://packagefeedproxy.microsoft.io/pypi/simple/"
22+
default = true

src/App/requirements.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
--index-url https://packagefeedproxy.microsoft.io/pypi/simple/
2+
13
fastapi
24
uvicorn[standard]
35
# uvicorn removed and added above to allow websocket support

src/backend/pyproject.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,11 @@ dependencies = [
7070
"nltk==3.10.0",
7171
]
7272

73+
[[tool.uv.index]]
74+
name = "microsoft-package-feed-proxy"
75+
url = "https://packagefeedproxy.microsoft.io/pypi/simple/"
76+
default = true
77+
7378
[tool.pylint."messages control"]
7479
disable = [
7580
"broad-exception-caught",

src/mcp_server/pyproject.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,11 @@ dependencies = [
3333

3434
]
3535

36+
[[tool.uv.index]]
37+
name = "microsoft-package-feed-proxy"
38+
url = "https://packagefeedproxy.microsoft.io/pypi/simple/"
39+
default = true
40+
3641
[project.optional-dependencies]
3742
dev = [
3843
"pytest==9.0.3",

tests/e2e-test/requirements.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
--index-url https://packagefeedproxy.microsoft.io/pypi/simple/
2+
13
pytest-playwright
24
pytest-reporter-html1
35
python-dotenv

0 commit comments

Comments
 (0)