Skip to content

Commit

Permalink
Lock package versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Lajcisvk committed Nov 14, 2023
1 parent d282cfe commit c6c42be
Show file tree
Hide file tree
Showing 2 changed files with 95 additions and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ WORKDIR /rembg

COPY . .

RUN python -m pip install -r requirements.txt
RUN python -m pip install ".[cli]"
RUN python -c 'from rembg.bg import download_models; download_models()'

Expand Down
94 changes: 94 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,94 @@
aiofiles==23.2.1
aiohttp==3.8.6
aiosignal==1.3.1
altair==5.1.2
annotated-types==0.6.0
anyio==3.7.1
async-timeout==4.0.3
asyncer==0.0.2
attrs==23.1.0
certifi==2023.7.22
charset-normalizer==3.3.2
click==8.1.7
colorama==0.4.6
coloredlogs==15.0.1
contourpy==1.2.0
cycler==0.12.1
exceptiongroup==1.1.3
fastapi==0.104.1
ffmpy==0.3.1
filelock==3.13.1
filetype==1.2.0
flatbuffers==23.5.26
fonttools==4.44.0
frozenlist==1.4.0
fsspec==2023.10.0
gradio==3.41.0
gradio_client==0.5.0
h11==0.14.0
httpcore==1.0.2
httpx==0.25.1
huggingface-hub==0.19.1
humanfriendly==10.0
idna==3.4
imageio==2.32.0
importlib-resources==6.1.1
Jinja2==3.1.2
jsonschema==4.19.2
jsonschema-specifications==2023.7.1
kiwisolver==1.4.5
lazy_loader==0.3
llvmlite==0.41.1
markdown-it-py==3.0.0
MarkupSafe==2.1.3
matplotlib==3.8.1
mdurl==0.1.2
mpmath==1.3.0
multidict==6.0.4
networkx==3.2.1
numba==0.58.1
numpy==1.26.2
onnxruntime==1.16.2
opencv-python-headless==4.8.1.78
orjson==3.9.10
packaging==23.2
pandas==2.1.3
Pillow==10.0.1
platformdirs==4.0.0
pooch==1.8.0
protobuf==4.25.0
pydantic==2.5.0
pydantic_core==2.14.1
pydub==0.25.1
Pygments==2.16.1
PyMatting==1.1.11
pyparsing==3.1.1
python-dateutil==2.8.2
python-multipart==0.0.6
pytz==2023.3.post1
PyYAML==6.0.1
referencing==0.30.2
rembg @ file:///rembg
requests==2.31.0
rich==13.6.0
rpds-py==0.12.0
scikit-image==0.22.0
scipy==1.11.3
semantic-version==2.10.0
shellingham==1.5.4
six==1.16.0
sniffio==1.3.0
starlette==0.27.0
sympy==1.12
tifffile==2023.9.26
tomlkit==0.12.0
toolz==0.12.0
tqdm==4.66.1
typer==0.9.0
typing_extensions==4.8.0
tzdata==2023.3
urllib3==2.1.0
uvicorn==0.24.0.post1
watchdog==3.0.0
websockets==11.0.3
yarl==1.9.2

0 comments on commit c6c42be

Please sign in to comment.