mirror of
https://github.com/MarioSpore/Grinch-AP.git
synced 2025-10-21 04:01:32 -06:00
fix(deps): Lock setuptools version to <81 (#5284)
- Update Dockerfile to specify "setuptools<81" - Modify ModuleUpdate.py to install setuptools with version constraint
This commit is contained in:
@@ -28,7 +28,7 @@ COPY requirements.txt WebHostLib/requirements.txt
|
||||
|
||||
RUN pip install --no-cache-dir -r \
|
||||
WebHostLib/requirements.txt \
|
||||
setuptools
|
||||
"setuptools<81"
|
||||
|
||||
COPY _speedups.pyx .
|
||||
COPY intset.h .
|
||||
|
Reference in New Issue
Block a user