Skip to content
Snippets Groups Projects
Commit 3ca386a4 authored by tuhe's avatar tuhe
Browse files

Removed many requirements

parent d6e83e87
Branches
No related tags found
No related merge requests found
...@@ -15,7 +15,7 @@ with open("README.md", "r", encoding="utf-8") as fh: ...@@ -15,7 +15,7 @@ with open("README.md", "r", encoding="utf-8") as fh:
# beamer-slider # beamer-slider
setuptools.setup( setuptools.setup(
name="coursebox_testing", name="coursebox_testing",
version="0.0.2", version="0.0.3",
author="Tue Herlau", author="Tue Herlau",
author_email="tuhe@dtu.dk", author_email="tuhe@dtu.dk",
description="A course management system currently used at DTU (testing software)", description="A course management system currently used at DTU (testing software)",
......
...@@ -6,6 +6,8 @@ import glob ...@@ -6,6 +6,8 @@ import glob
import sys import sys
import sys import sys
import warnings import warnings
import pydocstyle
def check_by_grade_script(student_dir, module): def check_by_grade_script(student_dir, module):
""" """
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment