File tree Expand file tree Collapse file tree 2 files changed +16
-1
lines changed Expand file tree Collapse file tree 2 files changed +16
-1
lines changed Original file line number Diff line number Diff line change 1
1
[tool .poetry ]
2
- name = " cpgrader "
2
+ name = " cpGrader "
3
3
version = " 0.1.0"
4
4
description = " A Python Package to Grade Programming Assignments Automatically."
5
5
authors = [" ryanlinjui <ryanlinjui@gmail.com>" ]
Original file line number Diff line number Diff line change
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"
You can’t perform that action at this time.
0 commit comments