Skip to content

Commit fc39c78

Browse files
added full requirements.txt
1 parent 545f48b commit fc39c78

2 files changed

Lines changed: 54 additions & 1 deletion

File tree

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,10 +71,11 @@ pyinstaller --onefile --windowed main.py
7171

7272
---
7373

74-
## Run the docs
74+
## Build the docs
7575

7676
```bash
7777
pip install mkdocs mkdocs-material mkdocstrings[python]
78+
mkdocs gh-deploy
7879
```
7980

8081
---

requirements.txt

Lines changed: 52 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,52 @@
1+
altgraph==0.17.4
2+
babel==2.17.0
3+
backrefs==5.9
4+
certifi==2025.6.15
5+
charset-normalizer==3.4.2
6+
click==8.1.8
7+
colorama==0.4.6
8+
filelock==3.18.0
9+
fsspec==2025.5.1
10+
ghp-import==2.1.0
11+
griffe==1.7.3
12+
hf-xet==1.1.5
13+
huggingface-hub==0.33.1
14+
idna==3.10
15+
importlib_metadata==8.7.0
16+
Jinja2==3.1.6
17+
macholib==1.16.3
18+
Markdown==3.8.2
19+
MarkupSafe==3.0.2
20+
mergedeep==1.3.4
21+
mkdocs==1.6.1
22+
mkdocs-autorefs==1.4.2
23+
mkdocs-get-deps==0.2.0
24+
mkdocs-material==9.6.15
25+
mkdocs-material-extensions==1.3.1
26+
mkdocstrings==0.29.1
27+
mkdocstrings-python==1.16.12
28+
numpy==2.0.2
29+
opencv-python==4.11.0.86
30+
packaging==25.0
31+
paginate==0.5.7
32+
pathspec==0.12.1
33+
platformdirs==4.3.8
34+
Pygments==2.19.2
35+
pyinstaller==6.14.1
36+
pyinstaller-hooks-contrib==2025.5
37+
pymdown-extensions==10.16
38+
PyQt5-Qt5==5.15.17
39+
PyQt5_sip==12.17.0
40+
PyQt6==6.9.1
41+
PyQt6-Qt6==6.9.1
42+
PyQt6_sip==13.10.2
43+
python-dateutil==2.9.0.post0
44+
PyYAML==6.0.2
45+
pyyaml_env_tag==1.1
46+
requests==2.32.4
47+
six==1.17.0
48+
tqdm==4.67.1
49+
typing_extensions==4.14.0
50+
urllib3==2.5.0
51+
watchdog==6.0.0
52+
zipp==3.23.0

0 commit comments

Comments
 (0)