Skip to content

Commit 2dfff8a

Browse files
committed
fix requirements
1 parent b8504d0 commit 2dfff8a

2 files changed

Lines changed: 9 additions & 2 deletions

File tree

README.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -123,9 +123,15 @@
123123
```
124124
125125
126-
# Usage
126+
## Usage
127127
128-
tofill
128+
* local
129+
```
130+
python -m src.main --c CONTEXT -n NAMESPACE
131+
```
132+
133+
* docker/kubernetes
134+
just run the image
129135
130136
131137
## Developpers

requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ multidict==6.7.1
2424
oauthlib==3.3.1
2525
prometheus_client==0.25.0
2626
propcache==0.5.2
27+
psutil==7.2.2
2728
pycparser==3.0
2829
pydantic==2.13.4
2930
pydantic_core==2.46.4

0 commit comments

Comments
 (0)