Skip to content

Commit 2bdd926

Browse files
committed
typer does not have all dependencies
1 parent 683fbb7 commit 2bdd926

File tree

11 files changed

+12
-12
lines changed

11 files changed

+12
-12
lines changed

packages/service-integration/requirements/_base.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@ jinja2_time
1313
jsonschema # pytest-plugin
1414
pytest # pytest-plugin
1515
pyyaml
16-
typer[all]
16+
typer
1717
yarl

scripts/metrics/requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
black
22
httpx[http2]
3-
pydantic[email,dotenv]
3+
pydantic[email]
44
pylint
5-
typer[all]
5+
typer

scripts/release/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ version = "1.2.3"
88
authors = [{name="Matus Drobuliak", email="[email protected]" }]
99
description = "Helper script for monitoring releases"
1010
readme = "README.md"
11-
dependencies = ["arrow", "python-dotenv","pydantic", "pydantic-settings", "typer[all]>=0.9", "rich", "requests"]
11+
dependencies = ["arrow", "python-dotenv","pydantic", "pydantic-settings", "typer>=0.9", "rich", "requests"]
1212
requires-python = ">=3.10"
1313

1414
[project.scripts]

services/api-server/requirements/_base.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ fastapi-pagination
2222
orjson
2323
packaging
2424
parse
25-
pydantic[dotenv]
25+
pydantic
2626
pyyaml
2727
tenacity
2828
typer

services/catalog/requirements/_base.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@
1919
aiocache[redis,msgpack]
2020
asyncpg # database
2121
packaging
22-
pydantic[dotenv] # data models
22+
pydantic
2323
pyyaml
2424
tenacity

services/director-v2/requirements/_base.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ aiodocker
2525
networkx
2626
ordered-set
2727
orjson
28-
pydantic[dotenv]
28+
pydantic
2929
python-socketio
3030
redis
3131
rich

services/dynamic-scheduler/requirements/_base.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,5 @@
1818
nicegui
1919
packaging
2020
python-socketio
21-
typer[all]
21+
typer
2222
u-msgpack-python

services/invitations/requirements/_base.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@
1616

1717
cryptography
1818
packaging
19-
typer[all]
19+
typer

services/payments/requirements/_base.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@ packaging
2222
python-jose
2323
python-multipart
2424
python-socketio # notifier
25-
typer[all]
25+
typer

services/resource-usage-tracker/requirements/_base.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@ aiocache
2020
packaging
2121
prometheus_api_client
2222
shortuuid
23-
typer[all]
23+
typer

0 commit comments

Comments
 (0)