Skip to content

Commit

Permalink
Replace requests in deps
Browse files Browse the repository at this point in the history
  • Loading branch information
maxnoe authored and chaen committed Jan 17, 2025
1 parent 14c876c commit 4a797d1
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 5 deletions.
4 changes: 2 additions & 2 deletions diracx-client/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@ classifiers = [
"Topic :: Scientific/Engineering",
"Topic :: System :: Distributed Computing",
]
dependencies = ["azure-core", "diracx-core", "isodate", "requests"]
dependencies = ["azure-core", "diracx-core", "isodate", "httpx"]
dynamic = ["version"]

[project.optional-dependencies]
testing = ["diracx-testing"]
types = ["types-requests"]
types = []

[tool.setuptools.packages.find]
where = ["src"]
Expand Down
1 change: 0 additions & 1 deletion diracx-routers/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ types = [
"types-cachetools",
"types-python-dateutil",
"types-PyYAML",
"types-requests",
]

[project.entry-points."diracx.services"]
Expand Down
2 changes: 1 addition & 1 deletion extensions/gubbins/gubbins-client/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ dynamic = ["version"]

[project.optional-dependencies]
testing = ["diracx-client[testing]", "diracx-testing"]
types = ["types-requests"]
types = []

[tool.setuptools.packages.find]
where = ["src"]
Expand Down
1 change: 0 additions & 1 deletion extensions/gubbins/gubbins-routers/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ types = [
"types-cachetools",
"types-python-dateutil",
"types-PyYAML",
"types-requests",
]

[project.entry-points."diracx.services"]
Expand Down

0 comments on commit 4a797d1

Please sign in to comment.