#4 Adding macos compiled requirements
#6
Merged
androiddrew
merged 1 commits from drew/LW-4-requirements
into master
2 years ago
@ -0,0 +1,71 @@
|
||||
#
|
||||
# This file is autogenerated by pip-compile with Python 3.11
|
||||
# by the following command:
|
||||
#
|
||||
# pip-compile --output-file=macos-py3.11-dev_requirements.txt dev_requirements.in
|
||||
#
|
||||
black==23.3.0
|
||||
# via -r dev_requirements.in
|
||||
build==0.10.0
|
||||
# via
|
||||
# -r dev_requirements.in
|
||||
# pip-tools
|
||||
cfgv==3.3.1
|
||||
# via pre-commit
|
||||
click==8.1.3
|
||||
# via
|
||||
# black
|
||||
# pip-tools
|
||||
distlib==0.3.6
|
||||
# via virtualenv
|
||||
exceptiongroup==1.1.1
|
||||
# via -r dev_requirements.in
|
||||
filelock==3.12.0
|
||||
# via virtualenv
|
||||
identify==2.5.24
|
||||
# via pre-commit
|
||||
iniconfig==2.0.0
|
||||
# via pytest
|
||||
invoke==2.1.2
|
||||
# via -r dev_requirements.in
|
||||
isort==5.12.0
|
||||
# via -r dev_requirements.in
|
||||
mypy-extensions==1.0.0
|
||||
# via black
|
||||
nodeenv==1.8.0
|
||||
# via pre-commit
|
||||
packaging==23.1
|
||||
# via
|
||||
# black
|
||||
# build
|
||||
# pytest
|
||||
pathspec==0.11.1
|
||||
# via black
|
||||
pip-tools==6.13.0
|
||||
# via -r dev_requirements.in
|
||||
platformdirs==3.5.1
|
||||
# via
|
||||
# black
|
||||
# virtualenv
|
||||
pluggy==1.0.0
|
||||
# via pytest
|
||||
pre-commit==3.3.2
|
||||
# via -r dev_requirements.in
|
||||
pyproject-hooks==1.0.0
|
||||
# via build
|
||||
pytest==7.3.1
|
||||
# via -r dev_requirements.in
|
||||
pyyaml==6.0
|
||||
# via pre-commit
|
||||
ruff==0.0.269
|
||||
# via -r dev_requirements.in
|
||||
shellcheck-py==0.9.0.2
|
||||
# via -r dev_requirements.in
|
||||
virtualenv==20.23.0
|
||||
# via pre-commit
|
||||
wheel==0.40.0
|
||||
# via pip-tools
|
||||
|
||||
# The following packages are considered to be unsafe in a requirements file:
|
||||
# pip
|
||||
# setuptools
|
@ -0,0 +1,76 @@
|
||||
#
|
||||
# This file is autogenerated by pip-compile with Python 3.11
|
||||
# by the following command:
|
||||
#
|
||||
# pip-compile --output-file=macos-py3.11-requirements.txt requirements.in
|
||||
#
|
||||
anyio==3.6.2
|
||||
# via starlette
|
||||
certifi==2023.5.7
|
||||
# via requests
|
||||
charset-normalizer==3.1.0
|
||||
# via requests
|
||||
click==8.1.3
|
||||
# via uvicorn
|
||||
fastapi==0.95.2
|
||||
# via -r requirements.in
|
||||
ffmpeg-python==0.2.0
|
||||
# via openai-whisper
|
||||
filelock==3.12.0
|
||||
# via torch
|
||||
future==0.18.3
|
||||
# via ffmpeg-python
|
||||
h11==0.14.0
|
||||
# via uvicorn
|
||||
idna==3.4
|
||||
# via
|
||||
# anyio
|
||||
# requests
|
||||
jinja2==3.1.2
|
||||
# via torch
|
||||
llvmlite==0.40.0
|
||||
# via numba
|
||||
markupsafe==2.1.2
|
||||
# via jinja2
|
||||
more-itertools==9.1.0
|
||||
# via openai-whisper
|
||||
mpmath==1.3.0
|
||||
# via sympy
|
||||
networkx==3.1
|
||||
# via torch
|
||||
numba==0.57.0
|
||||
# via openai-whisper
|
||||
numpy==1.24.3
|
||||
# via
|
||||
# numba
|
||||
# openai-whisper
|
||||
openai-whisper==20230314
|
||||
# via -r requirements.in
|
||||
pydantic==1.10.8
|
||||
# via fastapi
|
||||
python-multipart==0.0.6
|
||||
# via -r requirements.in
|
||||
regex==2023.5.5
|
||||
# via tiktoken
|
||||
requests==2.31.0
|
||||
# via tiktoken
|
||||
sniffio==1.3.0
|
||||
# via anyio
|
||||
starlette==0.27.0
|
||||
# via fastapi
|
||||
sympy==1.12
|
||||
# via torch
|
||||
tiktoken==0.3.1
|
||||
# via openai-whisper
|
||||
torch==2.0.1
|
||||
# via openai-whisper
|
||||
tqdm==4.65.0
|
||||
# via openai-whisper
|
||||
typing-extensions==4.6.0
|
||||
# via
|
||||
# pydantic
|
||||
# torch
|
||||
urllib3==2.0.2
|
||||
# via requests
|
||||
uvicorn==0.22.0
|
||||
# via -r requirements.in
|
Loading…
Reference in New Issue