Skip to content

Commit 9769d8a

Browse files
add reqs
1 parent c76baf6 commit 9769d8a

File tree

3 files changed

+25
-1
lines changed

3 files changed

+25
-1
lines changed

.github/workflows/lint.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ jobs:
77
steps:
88
- uses: actions/checkout@v4
99
- uses: actions/setup-python@v4
10-
- run: pip install -r requirements.txt
10+
- run: pip install -r requirements/common.txt
1111
- run: ruff check --output-format=github .

requirements/common.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
ruff==0.12.0

requirements/requirements.txt

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
-r common.txt
2+
arrow==1.3.0
3+
binaryornot==0.4.4
4+
certifi==2025.6.15
5+
chardet==5.2.0
6+
charset-normalizer==3.4.2
7+
click==8.2.1
8+
cookiecutter==2.6.0
9+
idna==3.10
10+
Jinja2==3.1.6
11+
markdown-it-py==3.0.0
12+
MarkupSafe==3.0.2
13+
mdurl==0.1.2
14+
Pygments==2.19.1
15+
python-dateutil==2.9.0.post0
16+
python-slugify==8.0.4
17+
PyYAML==6.0.2
18+
requests==2.32.4
19+
rich==14.0.0
20+
six==1.17.0
21+
text-unidecode==1.3
22+
types-python-dateutil==2.9.0.20250516
23+
urllib3==2.5.0

0 commit comments

Comments
 (0)