Fix: Migración a pyproject.toml y poetry
- Reemplaza setup.py/setup.cfg por pyproject.toml (PEP 621) + poetry.lock - Dev dependencies en [tool.poetry.group.dev.dependencies] - Elimina requirements_dev.txt (deps dev en pyproject.toml) - Actualiza tox.ini, Makefile, Makefile.dev, Dockerfile y docs
This commit is contained in:
@@ -44,3 +44,8 @@ RUN pip3.12 install setuptools setuptools-rust --break-system-packages
|
||||
RUN pip3.13 install setuptools setuptools-rust --break-system-packages
|
||||
|
||||
RUN pip3 install tox pytest --break-system-packages
|
||||
|
||||
WORKDIR /app
|
||||
COPY pyproject.toml README.rst ./
|
||||
COPY facho ./facho
|
||||
RUN pip3.13 install -e . --break-system-packages
|
||||
|
||||
Reference in New Issue
Block a user