Skip to content

Commit acee737

Browse files
committed
chore: use rye to manage the project
1 parent 042a806 commit acee737

File tree

3 files changed

+51
-0
lines changed

3 files changed

+51
-0
lines changed

pyproject.toml

+7
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,13 @@ where = ["src"]
4545
[tool.setuptools.package-data]
4646
mistune = ["py.typed"]
4747

48+
[tool.rye]
49+
managed = true
50+
dev-dependencies = [
51+
"pytest",
52+
"mypy",
53+
]
54+
4855
[tool.ruff]
4956
line-length = 120
5057

requirements-dev.lock

+30
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
# generated by rye
2+
# use `rye lock` or `rye sync` to update this lockfile
3+
#
4+
# last locked with the following flags:
5+
# pre: false
6+
# features: []
7+
# all-features: false
8+
# with-sources: false
9+
# generate-hashes: false
10+
# universal: false
11+
12+
-e file:.
13+
exceptiongroup==1.2.2
14+
# via pytest
15+
iniconfig==2.0.0
16+
# via pytest
17+
mypy==1.14.1
18+
mypy-extensions==1.0.0
19+
# via mypy
20+
packaging==24.2
21+
# via pytest
22+
pluggy==1.5.0
23+
# via pytest
24+
pytest==8.3.4
25+
tomli==2.2.1
26+
# via mypy
27+
# via pytest
28+
typing-extensions==4.12.2
29+
# via mistune
30+
# via mypy

requirements.lock

+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# generated by rye
2+
# use `rye lock` or `rye sync` to update this lockfile
3+
#
4+
# last locked with the following flags:
5+
# pre: false
6+
# features: []
7+
# all-features: false
8+
# with-sources: false
9+
# generate-hashes: false
10+
# universal: false
11+
12+
-e file:.
13+
typing-extensions==4.12.2
14+
# via mistune

0 commit comments

Comments
 (0)