feat: upgrade to Quince
This commit is contained in:
parent
241283ea95
commit
8703186cef
@ -2,7 +2,7 @@ variables:
|
||||
TUTOR_PLUGIN: xqueue
|
||||
TUTOR_IMAGES: xqueue
|
||||
TUTOR_PYPI_PACKAGE: tutor-xqueue
|
||||
OPENEDX_RELEASE: palm
|
||||
OPENEDX_RELEASE: quince
|
||||
GITHUB_REPO: overhangio/tutor-xqueue
|
||||
|
||||
include:
|
||||
|
||||
4
setup.py
4
setup.py
@ -33,9 +33,9 @@ setup(
|
||||
packages=find_packages(exclude=["tests*"]),
|
||||
include_package_data=True,
|
||||
python_requires=">=3.8",
|
||||
install_requires=["tutor>=16.0.0,<17.0.0", "requests"],
|
||||
install_requires=["tutor>=17.0.0,<18.0.0", "requests"],
|
||||
extras_require={
|
||||
"dev": ["tutor[dev]>=16.0.0,<17.0.0"],
|
||||
"dev": ["tutor[dev]>=17.0.0,<18.0.0"],
|
||||
},
|
||||
entry_points={"tutor.plugin.v1": ["xqueue = tutorxqueue.plugin"]},
|
||||
classifiers=[
|
||||
|
||||
@ -1 +1 @@
|
||||
__version__ = "16.0.2"
|
||||
__version__ = "17.0.0"
|
||||
|
||||
@ -28,9 +28,9 @@ WORKDIR /openedx/xqueue
|
||||
RUN python -m venv /openedx/venv
|
||||
ENV PATH /openedx/venv/bin:${PATH}
|
||||
|
||||
RUN {% if is_buildkit_enabled() %}--mount=type=cache,target=/openedx/.cache/pip,sharing=shared {% endif %}pip install --upgrade pip setuptools
|
||||
RUN {% if is_buildkit_enabled() %}--mount=type=cache,target=/openedx/.cache/pip,sharing=shared {% endif %}pip install setuptools==68.2.2 pip==23.2.1. wheel==0.41.2
|
||||
RUN {% if is_buildkit_enabled() %}--mount=type=cache,target=/openedx/.cache/pip,sharing=shared {% endif %}pip install -r requirements.txt
|
||||
RUN {% if is_buildkit_enabled() %}--mount=type=cache,target=/openedx/.cache/pip,sharing=shared {% endif %}pip install uwsgi==2.0.21
|
||||
RUN {% if is_buildkit_enabled() %}--mount=type=cache,target=/openedx/.cache/pip,sharing=shared {% endif %}pip install uwsgi==2.0.22
|
||||
|
||||
RUN mkdir /openedx/data /openedx/data/media
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user