Skip to content

Commit 553fd77

Browse files
committed
chore: init package list for cpGrader v0.1.0
1 parent 60e2795 commit 553fd77

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tool.poetry]
2-
name = "cpgrader"
2+
name = "cpGrader"
33
version = "0.1.0"
44
description = "A Python Package to Grade Programming Assignments Automatically."
55
authors = ["ryanlinjui <ryanlinjui@gmail.com>"]

requirements.txt

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
colorama==0.4.6 ; python_version >= "3.8" and python_version < "4.0" and sys_platform == "win32"
2+
exceptiongroup==1.2.2 ; python_version >= "3.8" and python_version < "3.11"
3+
execnet==2.1.1 ; python_version >= "3.8" and python_version < "4.0"
4+
iniconfig==2.0.0 ; python_version >= "3.8" and python_version < "4.0"
5+
mpmath==1.3.0 ; python_version >= "3.8" and python_version < "4.0"
6+
objprint==0.2.3 ; python_version >= "3.8" and python_version < "4.0"
7+
packaging==24.1 ; python_version >= "3.8" and python_version < "4.0"
8+
pexpect==4.9.0 ; python_version >= "3.8" and python_version < "4.0"
9+
pluggy==1.5.0 ; python_version >= "3.8" and python_version < "4.0"
10+
ptyprocess==0.7.0 ; python_version >= "3.8" and python_version < "4.0"
11+
pytest-xdist==3.6.1 ; python_version >= "3.8" and python_version < "4.0"
12+
pytest==8.3.2 ; python_version >= "3.8" and python_version < "4.0"
13+
sympy==1.13.1 ; python_version >= "3.8" and python_version < "4.0"
14+
toml==0.10.2 ; python_version >= "3.8" and python_version < "4.0"
15+
tomli==2.0.1 ; python_version >= "3.8" and python_version < "3.11"

0 commit comments

Comments
 (0)