Skip to content

Commit

Permalink
feat: Introduce requirements.txt for dependency management
Browse files Browse the repository at this point in the history
  • Loading branch information
rileydrizzy committed Mar 4, 2024
1 parent da02fd1 commit 8b6da55
Show file tree
Hide file tree
Showing 2 changed files with 134 additions and 0 deletions.
71 changes: 71 additions & 0 deletions app/model_service/requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,71 @@
aiohttp==3.9.3
aiohttp-cors==0.7.0
aiorwlock==1.4.0
aiosignal==1.3.1
annotated-types==0.6.0
anyio==4.3.0
appdirs==1.4.4
attrs==23.2.0
blessed==1.20.0
cachetools==5.3.3
certifi==2024.2.2
charset-normalizer==3.3.2
click==8.1.7
colorful==0.5.6
distlib==0.3.8
docker-pycreds==0.4.0
fastapi==0.108.0
filelock==3.13.1
frozenlist==1.4.1
gitdb==4.0.11
GitPython==3.1.42
google-api-core==2.17.1
google-auth==2.28.1
googleapis-common-protos==1.62.0
gpustat==1.1.1
grpcio==1.62.0
h11==0.14.0
httptools==0.6.1
idna==3.6
jsonschema==4.21.1
jsonschema-specifications==2023.12.1
msgpack==1.0.8
multidict==6.0.5
nvidia-ml-py==12.535.133
opencensus==0.11.4
opencensus-context==0.1.3
packaging==23.2
platformdirs==4.2.0
prometheus_client==0.20.0
protobuf==4.25.3
psutil==5.9.8
py-spy==0.3.14
pyasn1==0.5.1
pyasn1-modules==0.3.0
pydantic==2.6.3
pydantic_core==2.16.3
python-dotenv==1.0.1
PyYAML==6.0.1
ray==2.9.3
referencing==0.33.0
requests==2.31.0
rpds-py==0.18.0
rsa==4.9
sentry-sdk==1.40.6
setproctitle==1.3.3
six==1.16.0
smart-open==7.0.1
smmap==5.0.1
sniffio==1.3.1
starlette==0.32.0.post1
typing_extensions==4.10.0
urllib3==2.2.1
uvicorn==0.27.1
uvloop==0.19.0
virtualenv==20.25.1
wandb==0.16.3
watchfiles==0.21.0
wcwidth==0.2.13
websockets==12.0
wrapt==1.16.0
yarl==1.9.4
63 changes: 63 additions & 0 deletions app/streamlit_app/requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,63 @@
absl-py==2.1.0
altair==5.2.0
attrs==23.2.0
blinker==1.7.0
cachetools==5.3.3
certifi==2024.2.2
cffi==1.16.0
charset-normalizer==3.3.2
click==8.1.7
contourpy==1.2.0
cycler==0.12.1
flatbuffers==23.5.26
fonttools==4.49.0
gitdb==4.0.11
GitPython==3.1.42
idna==3.6
importlib-metadata==7.0.1
jax==0.4.25
Jinja2==3.1.3
jsonschema==4.21.1
jsonschema-specifications==2023.12.1
kiwisolver==1.4.5
markdown-it-py==3.0.0
MarkupSafe==2.1.5
matplotlib==3.8.3
mdurl==0.1.2
mediapipe==0.10.10
ml-dtypes==0.3.2
numpy==1.26.4
opencv-contrib-python==4.9.0.80
opt-einsum==3.3.0
packaging==23.2
pandas==2.2.1
pillow==10.2.0
protobuf==3.20.3
pyarrow==15.0.0
pycparser==2.21
pydeck==0.8.1b0
Pygments==2.17.2
pyparsing==3.1.1
python-dateutil==2.9.0.post0
pytz==2024.1
referencing==0.33.0
requests==2.31.0
rich==13.7.1
rpds-py==0.18.0
scipy==1.12.0
six==1.16.0
smmap==5.0.1
sounddevice==0.4.6
streamlit==1.31.1
streamlit-lottie==0.0.5
tenacity==8.2.3
toml==0.10.2
toolz==0.12.1
tornado==6.4
typing_extensions==4.10.0
tzdata==2024.1
tzlocal==5.2
urllib3==2.2.1
validators==0.22.0
watchdog==4.0.0
zipp==3.17.0

0 comments on commit 8b6da55

Please sign in to comment.