From 58c9d7b3a90309272f9887cb45665f0399362169 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9gis=20Behmo?= Date: Tue, 6 Jul 2021 10:35:37 +0200 Subject: [PATCH] fix: tutor-openedx was renamed to tutor --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index baaf9c2..8cfcb57 100644 --- a/setup.py +++ b/setup.py @@ -32,7 +32,7 @@ setup( packages=find_packages(exclude=["tests*"]), include_package_data=True, python_requires=">=3.5", - install_requires=["tutor-openedx>=12.0.0,<13.0.0", "requests"], + install_requires=["tutor>=12.0.0,<13.0.0", "requests"], entry_points={"tutor.plugin.v0": ["xqueue = tutorxqueue.plugin"]}, classifiers=[ "Development Status :: 3 - Alpha",