Skip to content

Commit a825098

Browse files
authored
Merge pull request #26 from BiznetGIO/fix-requirements
Fix requirements
2 parents 5347e66 + 91e1bfe commit a825098

4 files changed

Lines changed: 35 additions & 31 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 0 additions & 23 deletions
This file was deleted.

docs/guide/queue-services.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ multiply
110110
<p align="center">
111111
<img src="../img/count_word.png">
112112
</p>
113-
count word
113+
count_words_at_url
114114

115115

116116

@@ -122,4 +122,4 @@ This standardize from queue service to HB (Host Bridge) process.
122122
data : // return data from worker,
123123
payload : // payload data request to ms
124124
}
125-
```
125+
```

requirements.txt

Lines changed: 33 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,34 @@
1-
# mkdocs
2-
mkdocs==1.0.4
3-
mkdocs-material==4.4.2
1+
babel==2.17.0
2+
backrefs==5.7.post1
3+
certifi==2025.4.26
4+
charset-normalizer==3.4.2
5+
click==8.1.8
6+
colorama==0.4.6
7+
ghp-import==2.1.0
8+
idna==3.10
9+
importlib-metadata==8.5.0
10+
jinja2==3.1.6
11+
Markdown==3.7
12+
MarkupSafe==2.1.5
13+
mdx-gh-links==0.4
14+
mergedeep==1.3.4
15+
mkdocs==1.6.1
16+
mkdocs-get-deps==0.2.0
17+
mkdocs-material==9.6.14
18+
mkdocs-material-extensions==1.3.1
19+
packaging==25.0
20+
paginate==0.5.7
21+
pathspec==0.12.1
22+
platformdirs==4.3.6
23+
pygments==2.19.1
24+
pymdown-extensions==10.15
25+
python-dateutil==2.9.0.post0
26+
pytz==2025.2
27+
PyYAML==6.0.2
28+
pyyaml-env-tag==0.1
29+
requests==2.32.3
30+
six==1.17.0
31+
urllib3==2.2.3
32+
watchdog==4.0.2
33+
zipp==3.20.2
434

5-
# markdown extensions
6-
mdx-gh-links==0.2
7-
pymdown-extensions==10.0

0 commit comments

Comments
 (0)