Browse Source

update requirements.txt

chenhaiyang 4 years ago
parent
commit
285a71a9ce
2 changed files with 1 additions and 2 deletions
  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