Skip to content

Commit 2078b56

Browse files
author
Mikalai Radchuk
committed
Remove duplicated requirements.txt
Signed-off-by: Mikalai Radchuk <[email protected]>
1 parent 5985cce commit 2078b56

File tree

3 files changed

+35
-37
lines changed

3 files changed

+35
-37
lines changed

Makefile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -259,8 +259,7 @@ quickstart: $(KUSTOMIZE) manifests #EXHELP Generate the installation release man
259259

260260
##@ Docs
261261

262-
VENVDIR := $(abspath docs/.venv)
263-
REQUIREMENTS_TXT := docs/requirements.txt
262+
VENVDIR := $(abspath docs/.venv)
264263

265264
.PHONY: build-docs
266265
build-docs: venv

docs/requirements.txt

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

requirements.txt

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,35 @@
1+
Babel==2.14.0
2+
beautifulsoup4==4.12.3
3+
certifi==2024.2.2
4+
charset-normalizer==3.3.2
5+
click==8.1.7
6+
colorama==0.4.6
7+
cssselect==1.2.0
8+
ghp-import==2.1.0
9+
idna==3.7
10+
Jinja2==3.1.3
11+
lxml==5.2.1
12+
Markdown==3.6
13+
markdown2==2.4.13
14+
MarkupSafe==2.1.5
15+
mergedeep==1.3.4
16+
mkdocs==1.6.0
117
mkdocs-material==9.5.20
18+
mkdocs-material-extensions==1.3.1
19+
packaging==24.0
20+
paginate==0.5.6
21+
pathspec==0.12.1
22+
platformdirs==4.2.1
23+
Pygments==2.17.2
24+
pymdown-extensions==10.8.1
25+
pyquery==2.0.0
26+
python-dateutil==2.9.0.post0
27+
PyYAML==6.0.1
28+
pyyaml_env_tag==0.1
29+
readtime==3.0.0
30+
regex==2024.4.28
31+
requests==2.31.0
32+
six==1.16.0
33+
soupsieve==2.5
34+
urllib3==2.2.1
35+
watchdog==4.0.0

0 commit comments

Comments
 (0)