Skip to content

Commit 3559b0e

Browse files
committed
chore: update dev requirements
1 parent 552d1e3 commit 3559b0e

File tree

2 files changed

+55
-24
lines changed

2 files changed

+55
-24
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ jobs:
3434
token: ${{secrets.CODECOV_TOKEN}}
3535
file: coverage.xml
3636

37-
- name: Run Flake8
38-
run: flake8
37+
- name: Run Ruff
38+
run: make ruff
3939

4040
- name: Run Mypy
4141
run: mypy --strict ./pyais

requirements.txt

Lines changed: 53 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,53 @@
1-
# These are all requirements for development
2-
# These requirements are not needed for using the module
3-
4-
# BASE
5-
bitarray
6-
7-
# ENCODE
8-
attrs
9-
10-
# TEST
11-
flake8
12-
coverage
13-
mypy
14-
pytest
15-
pytest-cov
16-
17-
# DEPLOY
18-
twine
19-
wheel
20-
21-
# DOCS
22-
sphinx
1+
alabaster==1.0.0
2+
attrs==25.3.0
3+
babel==2.17.0
4+
bitarray==3.4.3
5+
certifi==2025.6.15
6+
cffi==1.17.1
7+
charset-normalizer==3.4.2
8+
coverage==7.9.2
9+
cryptography==45.0.5
10+
docutils==0.21.2
11+
id==1.5.0
12+
idna==3.10
13+
imagesize==1.4.1
14+
iniconfig==2.1.0
15+
jaraco-classes==3.4.0
16+
jaraco-context==6.0.1
17+
jaraco-functools==4.2.1
18+
jeepney==0.9.0
19+
jinja2==3.1.6
20+
keyring==25.6.0
21+
markdown-it-py==3.0.0
22+
markupsafe==3.0.2
23+
mdurl==0.1.2
24+
more-itertools==10.7.0
25+
mypy==1.17.0
26+
mypy-extensions==1.1.0
27+
nh3==0.2.21
28+
packaging==25.0
29+
pathspec==0.12.1
30+
pluggy==1.6.0
31+
pycparser==2.22
32+
pygments==2.19.2
33+
pytest==8.4.1
34+
pytest-cov==6.2.1
35+
readme-renderer==44.0
36+
requests==2.32.4
37+
requests-toolbelt==1.0.0
38+
rfc3986==2.0.0
39+
rich==14.0.0
40+
roman-numerals-py==3.1.0
41+
ruff==0.12.4
42+
secretstorage==3.3.3
43+
snowballstemmer==3.0.1
44+
sphinx==8.2.3
45+
sphinxcontrib-applehelp==2.0.0
46+
sphinxcontrib-devhelp==2.0.0
47+
sphinxcontrib-htmlhelp==2.1.0
48+
sphinxcontrib-jsmath==1.0.1
49+
sphinxcontrib-qthelp==2.0.0
50+
sphinxcontrib-serializinghtml==2.0.0
51+
twine==6.1.0
52+
typing-extensions==4.14.1
53+
urllib3==2.5.0

0 commit comments

Comments
 (0)