Skip to content

Commit 589c9ad

Browse files
committed
Merge branch 'dev' of github.com:BGforgeNet/msg2po into dev
2 parents f20f967 + 130ea19 commit 589c9ad

2 files changed

Lines changed: 57 additions & 20 deletions

File tree

requirements-dev.txt

Lines changed: 51 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,37 +1,76 @@
11
# This file was autogenerated by uv via the following command:
22
# uv export --no-hashes --no-emit-project -o requirements-dev.txt
3+
cfgv==3.4.0 ; python_full_version < '3.10'
4+
# via pre-commit
5+
cfgv==3.5.0 ; python_full_version >= '3.10'
6+
# via pre-commit
37
colorama==0.4.6 ; sys_platform == 'win32'
4-
# via pytest
5-
configparser==7.2.0
6-
# via msg2po
8+
# via
9+
# loguru
10+
# pytest
11+
distlib==0.4.0
12+
# via virtualenv
713
exceptiongroup==1.3.1 ; python_full_version < '3.11'
814
# via pytest
15+
filelock==3.19.1 ; python_full_version < '3.10'
16+
# via
17+
# python-discovery
18+
# virtualenv
19+
filelock==3.25.0 ; python_full_version >= '3.10'
20+
# via
21+
# python-discovery
22+
# virtualenv
23+
identify==2.6.15 ; python_full_version < '3.10'
24+
# via pre-commit
25+
identify==2.6.17 ; python_full_version >= '3.10'
26+
# via pre-commit
927
iniconfig==2.1.0 ; python_full_version < '3.10'
1028
# via pytest
1129
iniconfig==2.3.0 ; python_full_version >= '3.10'
1230
# via pytest
13-
natsort==6.2.1
31+
loguru==0.7.3
32+
# via msg2po
33+
natsort==8.4.0
1434
# via msg2po
35+
nodeenv==1.10.0
36+
# via pre-commit
1537
packaging==26.0
1638
# via pytest
39+
platformdirs==4.4.0 ; python_full_version < '3.10'
40+
# via
41+
# python-discovery
42+
# virtualenv
43+
platformdirs==4.9.4 ; python_full_version >= '3.10'
44+
# via
45+
# python-discovery
46+
# virtualenv
1747
pluggy==1.6.0
1848
# via pytest
1949
polib==1.2.0
2050
# via msg2po
51+
pre-commit==4.3.0 ; python_full_version < '3.10'
52+
pre-commit==4.5.1 ; python_full_version >= '3.10'
2153
pygments==2.19.2
2254
# via pytest
2355
pytest==8.4.2
24-
python-dateutil==2.9.0.post0
25-
# via msg2po
56+
python-discovery==1.1.1
57+
# via virtualenv
58+
pyyaml==6.0.3
59+
# via pre-commit
2660
ruamel-yaml==0.19.1
2761
# via msg2po
2862
ruff==0.15.5
29-
setuptools==82.0.0
30-
# via msg2po
31-
six==1.17.0
32-
# via python-dateutil
3363
tomli==2.4.0 ; python_full_version < '3.11'
34-
# via pytest
64+
# via
65+
# pytest
66+
# vulture
3567
ty==0.0.21
3668
typing-extensions==4.15.0 ; python_full_version < '3.11'
37-
# via exceptiongroup
69+
# via
70+
# exceptiongroup
71+
# virtualenv
72+
virtualenv==21.1.0
73+
# via pre-commit
74+
vulture==2.15
75+
win32-setctime==1.2.0 ; sys_platform == 'win32'
76+
# via loguru

requirements.txt

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,14 @@
11
# This file was autogenerated by uv via the following command:
22
# uv export --no-dev --no-hashes --no-emit-project -o requirements.txt
3-
configparser==7.2.0
3+
colorama==0.4.6 ; sys_platform == 'win32'
4+
# via loguru
5+
loguru==0.7.3
46
# via msg2po
5-
natsort==6.2.1
7+
natsort==8.4.0
68
# via msg2po
79
polib==1.2.0
810
# via msg2po
9-
python-dateutil==2.9.0.post0
10-
# via msg2po
1111
ruamel-yaml==0.19.1
1212
# via msg2po
13-
setuptools==82.0.0
14-
# via msg2po
15-
six==1.17.0
16-
# via python-dateutil
13+
win32-setctime==1.2.0 ; sys_platform == 'win32'
14+
# via loguru

0 commit comments

Comments
 (0)