From fbe9b8d2fc427a445d0b78cc29db2c782c3f4ba5 Mon Sep 17 00:00:00 2001 From: Miguel BarĂ£o Date: Tue, 4 Jan 2022 22:10:35 +0000 Subject: [PATCH] add dependency schema in setup.py --- demo/demo.yaml | 2 +- setup.py | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/demo/demo.yaml b/demo/demo.yaml index d70cc2c..3db985b 100644 --- a/demo/demo.yaml +++ b/demo/demo.yaml @@ -32,7 +32,7 @@ autosubmit: false # shown to the student. If false, the test is saved but not corrected. # No grade is shown to the student. # (default: true) -autocorrect: false +autocorrect: true # Show points for each question (min and max). # (default: true) diff --git a/setup.py b/setup.py index bf35edb..f646450 100644 --- a/setup.py +++ b/setup.py @@ -29,8 +29,8 @@ setup( 'pyyaml>=5.1', 'pygments', 'sqlalchemy>=1.4', - # 'sqlalchemy[asyncio,mypy]>=1.4', - 'bcrypt>=3.1' + 'bcrypt>=3.1', + 'schema>=0.7.5', ], entry_points={ 'console_scripts': [ -- libgit2 0.21.2