-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathpyproject.toml
More file actions
42 lines (39 loc) · 887 Bytes
/
pyproject.toml
File metadata and controls
42 lines (39 loc) · 887 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
[project]
name = "gitmastery"
version = "0.1.0"
requires-python = ">=3.13"
dependencies = [
"click==8.3.1",
"click-aliases==1.0.5",
"difflib-parser==2.1.1",
"git-autograder==6.6.0",
"gitpython==3.1.46",
"librt==0.8.1",
"pygments==2.19.2",
"pytermgui==7.7.4",
"pytz==2026.1.post1",
"pyyaml==6.0.3",
"repo-smith==2.6.1",
"requests==2.33.1",
"typing_extensions==4.15.0",
"wcwidth==0.6.0",
]
[dependency-groups]
dev = [
"lefthook==2.1.4",
"mypy==1.20.0",
"mypy_extensions==1.1.0",
"pyinstaller==6.19.0",
"pyinstaller-hooks-contrib==2026.4",
"pytest==9.0.2",
"pytest-order==1.3.0",
"ruff==0.15.8",
"setuptools==82.0.1",
"types-pytz==2026.1.1.20260304",
"types-pyyaml==6.0.12.20250915",
"types-requests==2.33.0.20260402",
]
[tool.mypy]
python_version = "3.13"
[tool.uv]
package = false