Skip to content

Commit 4042e4a

Browse files
committed
Fix #43 add missing apiflask from requirements, update docs
1 parent 5d5bdbf commit 4042e4a

3 files changed

Lines changed: 9 additions & 0 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,4 @@ node_modules
77
test-results/
88
playwright-report/
99
playwright/.cache/
10+
settings.yaml.example

src/web-ui/README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,13 @@ python3 -m venv venv
99
pip install -r requirements.txt
1010
```
1111

12+
## Configure
13+
14+
```
15+
# edit to your target
16+
cp settings.yaml.example settings.yaml
17+
```
18+
1219
# Run
1320
```
1421
./run.sh

src/web-ui/requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@ flask
22
gunicorn
33
requests
44
tenacity
5+
apiflask

0 commit comments

Comments
 (0)