Explorar el Código

update requirements.txt

chenhaiyang hace 4 años
padre
commit
285a71a9ce
Se han modificado 2 ficheros con 1 adiciones y 2 borrados
  1. 1 1
      Dockerfile
  2. 0 1
      requirements.txt

+ 1 - 1
Dockerfile

@@ -3,7 +3,7 @@ FROM tiangolo/uvicorn-gunicorn-fastapi:python3.8
 COPY requirements.txt .
 
 COPY ./venv/pkgs /app/pkgs
-RUN pip3 install --no-index --find-links=pkgs -r requirements.txt
+RUN pip install --no-index --find-links=pkgs -r requirements.txt
 
 
 EXPOSE 8002

+ 0 - 1
requirements.txt

@@ -1,4 +1,3 @@
-aiofiles==0.5.0
 alembic==1.4.2
 aniso8601==7.0.0
 arrow==0.15.8