chore: backup

This commit is contained in:
Stefan Imhoff
2024-07-05 14:00:17 +02:00
parent cc466c919d
commit cdd9cc3ddd
2 changed files with 47 additions and 49 deletions

View File

@@ -181,6 +181,8 @@ brew "git-fixup"
brew "git-lfs" brew "git-lfs"
# Simple and efficient way to access statistics in git # Simple and efficient way to access statistics in git
brew "git-quick-stats" brew "git-quick-stats"
# Audit git repos for secrets
brew "gitleaks"
# OpenGL Extension Wrangler Library # OpenGL Extension Wrangler Library
brew "glew" brew "glew"
# Network related modules for glib # Network related modules for glib
@@ -367,8 +369,6 @@ brew "ranger"
brew "reattach-to-user-namespace" brew "reattach-to-user-namespace"
# Convert between TOML, YAML and JSON # Convert between TOML, YAML and JSON
brew "remarshal" brew "remarshal"
# Search tool like grep and The Silver Searcher
brew "ripgrep"
# Readline wrapper: adds readline support to tools that lack it # Readline wrapper: adds readline support to tools that lack it
brew "rlwrap" brew "rlwrap"
# Utility that provides fast incremental file transfer # Utility that provides fast incremental file transfer
@@ -570,8 +570,6 @@ cask "jellyfin-media-player"
cask "kaleidoscope" cask "kaleidoscope"
# Open-source screen recorder built with web technology # Open-source screen recorder built with web technology
cask "kap" cask "kap"
# Keyboard customiser
cask "karabiner-elements"
# File archiver # File archiver
cask "keka" cask "keka"
# Open-source keystroke visualiser # Open-source keystroke visualiser
@@ -679,7 +677,6 @@ mas "Free MP4 Converter", id: 693443591
mas "Goodnotes", id: 1444383602 mas "Goodnotes", id: 1444383602
mas "iA Writer", id: 775737590 mas "iA Writer", id: 775737590
mas "iFinance 5", id: 1500241909 mas "iFinance 5", id: 1500241909
mas "iMovie", id: 408981434
mas "Just Focus", id: 1142151959 mas "Just Focus", id: 1142151959
mas "Key Codes", id: 414568915 mas "Key Codes", id: 414568915
mas "Keynote", id: 409183694 mas "Keynote", id: 409183694

View File

@@ -1,5 +1,5 @@
absl-py==2.1.0 absl-py==2.1.0
accelerate==0.31.0 accelerate==0.32.1
addict==2.4.0 addict==2.4.0
aenum==3.1.15 aenum==3.1.15
aiodns==3.2.0 aiodns==3.2.0
@@ -8,11 +8,11 @@ aiohttp==3.9.5
aiohttp-retry==2.8.3 aiohttp-retry==2.8.3
aiosignal==1.3.1 aiosignal==1.3.1
albucore==0.0.12 albucore==0.0.12
albumentations==1.4.10 albumentations==1.4.11
aleph-alpha-client==7.1.0 aleph-alpha-client==7.1.0
altair==5.3.0 altair==5.3.0
annotated-types==0.7.0 annotated-types==0.7.0
anthropic==0.30.0 anthropic==0.30.1
antlr4-python3-runtime==4.13.1 antlr4-python3-runtime==4.13.1
anyio==4.4.0 anyio==4.4.0
appdirs==1.4.4 appdirs==1.4.4
@@ -35,7 +35,7 @@ blinker==1.8.2
boltons==24.0.0 boltons==24.0.0
Brotli==1.1.0 Brotli==1.1.0
cachetools==5.3.3 cachetools==5.3.3
certifi==2024.6.2 certifi==2024.7.4
cffi==1.16.0 cffi==1.16.0
cfgv==3.4.0 cfgv==3.4.0
chardet==5.2.0 chardet==5.2.0
@@ -46,12 +46,12 @@ clip-anytorch==2.6.0
codespell==2.3.0 codespell==2.3.0
colorama==0.4.6 colorama==0.4.6
coloredlogs==15.0.1 coloredlogs==15.0.1
compel==2.0.2 compel==2.0.3
contourpy==1.2.1 contourpy==1.2.1
controlnet-aux==0.0.9 controlnet-aux==0.0.9
coverage==7.5.4 coverage==7.5.4
cssselect==1.2.0 cssselect==1.2.0
curl_cffi==0.7.0b4 curl_cffi==0.7.0
cycler==0.12.1 cycler==0.12.1
dadaptation==3.2 dadaptation==3.2
datasets==2.20.0 datasets==2.20.0
@@ -71,7 +71,7 @@ docker==7.1.0
docker-pycreds==0.4.0 docker-pycreds==0.4.0
docopt==0.6.2 docopt==0.6.2
docstring-inheritance==2.2.0 docstring-inheritance==2.2.0
duckduckgo_search==6.1.7 duckduckgo_search==6.1.9
dynamicprompts==0.31.0 dynamicprompts==0.31.0
easing-functions==1.0.4 easing-functions==1.0.4
easygui==0.98.3 easygui==0.98.3
@@ -81,6 +81,7 @@ elevenlabslib==0.22.3
email_validator==2.2.0 email_validator==2.2.0
entrypoint2==1.1 entrypoint2==1.1
entrypoints==0.4 entrypoints==0.4
eval_type_backport==0.2.0
eventlet==0.36.1 eventlet==0.36.1
exceptiongroup==1.2.1 exceptiongroup==1.2.1
executing==2.0.1 executing==2.0.1
@@ -118,13 +119,13 @@ gitlint==0.19.1
gitlint-core==0.19.1 gitlint-core==0.19.1
GitPython==3.1.43 GitPython==3.1.43
google-api-core==2.19.1 google-api-core==2.19.1
google-api-python-client==2.135.0 google-api-python-client==2.136.0
google-auth==2.30.0 google-auth==2.31.0
google-auth-httplib2==0.2.0 google-auth-httplib2==0.2.0
google-auth-oauthlib==1.2.0 google-auth-oauthlib==1.2.0
google-pasta==0.2.0 google-pasta==0.2.0
googleapis-common-protos==1.63.2 googleapis-common-protos==1.63.2
gradio==4.37.1 gradio==4.37.2
gradio_client==1.0.2 gradio_client==1.0.2
greenlet==3.0.3 greenlet==3.0.3
grpcio==1.64.1 grpcio==1.64.1
@@ -164,8 +165,8 @@ jsonschema-specifications==2023.12.1
k-diffusion==0.1.1.post1 k-diffusion==0.1.1.post1
keras==3.4.1 keras==3.4.1
kiwisolver==1.4.5 kiwisolver==1.4.5
kornia==0.7.2 kornia==0.7.3
kornia_rs==0.1.3 kornia_rs==0.1.4
lark==1.1.9 lark==1.1.9
lazy_loader==0.4 lazy_loader==0.4
Levenshtein==0.25.1 Levenshtein==0.25.1
@@ -173,21 +174,21 @@ libclang==18.1.1
lightning-utilities==0.11.3.post0 lightning-utilities==0.11.3.post0
linkify-it-py==2.0.3 linkify-it-py==2.0.3
lion-pytorch==0.2.2 lion-pytorch==0.2.2
llama_cpp_python==0.2.79 llama_cpp_python==0.2.81
llvmlite==0.43.0 llvmlite==0.43.0
lmdb==1.4.1 lmdb==1.5.1
loguru==0.7.2 loguru==0.7.2
lxml==5.2.2 lxml==5.2.2
Markdown==3.6 Markdown==3.6
markdown-it-py==3.0.0 markdown-it-py==3.0.0
MarkupSafe==2.1.5 MarkupSafe==2.1.5
matplotlib==3.9.0 matplotlib==3.9.1
matplotlib-inline==0.1.7 matplotlib-inline==0.1.7
mccabe==0.7.0 mccabe==0.7.0
mdit-py-plugins==0.4.1 mdit-py-plugins==0.4.1
mdurl==0.1.2 mdurl==0.1.2
mediapipe==0.10.14 mediapipe==0.10.14
ml-dtypes==0.4.0 ml-dtypes==0.3.2
mlx==0.15.2 mlx==0.15.2
more-itertools==10.3.0 more-itertools==10.3.0
MouseInfo==0.1.3 MouseInfo==0.1.3
@@ -212,15 +213,15 @@ oauthlib==3.2.2
omegaconf==2.3.0 omegaconf==2.3.0
onnx==1.16.1 onnx==1.16.1
onnxruntime==1.18.1 onnxruntime==1.18.1
openai==1.35.7 openai==1.35.10
openai-whisper==20231117 openai-whisper==20231117
opencv-contrib-python==4.10.0.84 opencv-contrib-python==4.10.0.84
opencv-python==4.10.0.84 opencv-python==4.10.0.84
opencv-python-headless==4.10.0.84 opencv-python-headless==4.10.0.84
openplayground==0.1.5 openplayground==0.1.5
opt-einsum==3.3.0 opt-einsum==3.3.0
optree==0.11.0 optree==0.12.0
orjson==3.10.5 orjson==3.10.6
outcome==1.3.0.post0 outcome==1.3.0.post0
packaging==24.1 packaging==24.1
pandas==2.2.2 pandas==2.2.2
@@ -232,8 +233,8 @@ pexpect==4.9.0
picklescan==0.0.16 picklescan==0.0.16
pickleshare==0.7.5 pickleshare==0.7.5
piexif==1.1.3 piexif==1.1.3
pillow==10.3.0 pillow==10.4.0
pinecone-client==4.1.1 pinecone-client==4.1.2
pinecone-plugin-interface==0.0.7 pinecone-plugin-interface==0.0.7
pipenv==2024.0.1 pipenv==2024.0.1
platformdirs==4.2.2 platformdirs==4.2.2
@@ -243,8 +244,8 @@ pretty-errors==1.2.25
prompt_toolkit==3.0.47 prompt_toolkit==3.0.47
proselint==0.14.0 proselint==0.14.0
proto-plus==1.24.0 proto-plus==1.24.0
protobuf==5.27.2 protobuf==4.25.3
psutil==5.9.8 psutil==6.0.0
ptyprocess==0.7.0 ptyprocess==0.7.0
pudb==2024.1 pudb==2024.1
PuLP==2.8.0 PuLP==2.8.0
@@ -257,8 +258,8 @@ PyAutoGUI==0.9.54
pycares==4.4.0 pycares==4.4.0
pycodestyle==2.12.0 pycodestyle==2.12.0
pycparser==2.22 pycparser==2.22
pydantic==2.7.4 pydantic==2.8.2
pydantic_core==2.20.0 pydantic_core==2.20.1
pydeck==0.9.1 pydeck==0.9.1
pyDeprecate==0.3.2 pyDeprecate==0.3.2
pydub==0.25.1 pydub==0.25.1
@@ -266,7 +267,7 @@ pyflakes==3.2.0
PyGetWindow==0.0.9 PyGetWindow==0.0.9
pygit2==1.15.0 pygit2==1.15.0
Pygments==2.18.0 Pygments==2.18.0
Pympler==1.0.1 Pympler==1.1
PyMsgBox==1.0.9 PyMsgBox==1.0.9
pynvim==0.5.0 pynvim==0.5.0
pyobjc==10.3.1 pyobjc==10.3.1
@@ -430,7 +431,7 @@ pyperclip==1.9.0
pyre-extensions==0.0.30 pyre-extensions==0.0.30
pyreadline3==3.4.1 pyreadline3==3.4.1
PyRect==0.2.0 PyRect==0.2.0
pyreqwest_impersonate==0.4.8 pyreqwest_impersonate==0.4.9
pyrsistent==0.20.0 pyrsistent==0.20.0
pyscreenshot==3.1 pyscreenshot==3.1
PyScreeze==0.1.30 PyScreeze==0.1.30
@@ -442,14 +443,14 @@ python-Levenshtein==0.25.1
python-liquid==1.12.1 python-liquid==1.12.1
python-multipart==0.0.9 python-multipart==0.0.9
python-socketio==5.11.3 python-socketio==5.11.3
pytorch-lightning==2.3.1 pytorch-lightning==2.3.2
pytweening==1.2.0 pytweening==1.2.0
pytz==2024.1 pytz==2024.1
pytz-deprecation-shim==0.1.0.post0 pytz-deprecation-shim==0.1.0.post0
PyWavelets==1.6.0 PyWavelets==1.6.0
PyYAML==6.0.1 PyYAML==6.0.1
qudida==0.0.4 qudida==0.0.4
rapidfuzz==3.9.3 rapidfuzz==3.9.4
readability-lxml==0.8.1 readability-lxml==0.8.1
realesrgan==0.3.0 realesrgan==0.3.0
redis==5.0.7 redis==5.0.7
@@ -468,7 +469,7 @@ ruff==0.5.0
rwkv==0.8.26 rwkv==0.8.26
safetensors==0.4.3 safetensors==0.4.3
scikit-image==0.24.0 scikit-image==0.24.0
scikit-learn==1.5.0 scikit-learn==1.5.1
scipy==1.13.1 scipy==1.13.1
selenium==4.22.0 selenium==4.22.0
semantic-version==2.10.0 semantic-version==2.10.0
@@ -489,7 +490,7 @@ sortedcontainers==2.4.0
sounddevice==0.4.7 sounddevice==0.4.7
soundfile==0.12.1 soundfile==0.12.1
soupsieve==2.5 soupsieve==2.5
sourcery==1.19.0 sourcery==1.20.0
SpeechRecognition==3.10.4 SpeechRecognition==3.10.4
sseclient==0.0.27 sseclient==0.0.27
stack-data==0.6.3 stack-data==0.6.3
@@ -498,25 +499,25 @@ streamlit==1.36.0
sympy==1.12.1 sympy==1.12.1
taming-transformers-rom1504==0.0.6 taming-transformers-rom1504==0.0.6
tb-nightly==2.16.0a20231027 tb-nightly==2.16.0a20231027
tenacity==8.4.2 tenacity==8.5.0
tensorboard==2.17.0 tensorboard==2.16.2
tensorboard-data-server==0.7.2 tensorboard-data-server==0.7.2
tensorboard-plugin-wit==1.8.1 tensorboard-plugin-wit==1.8.1
tensorflow==2.16.1 tensorflow==2.16.2
tensorflow-estimator==2.15.0 tensorflow-estimator==2.15.0
tensorflow-io-gcs-filesystem==0.37.0 tensorflow-io-gcs-filesystem==0.37.1
tensorflow-macos==2.16.1 tensorflow-macos==2.16.2
tensorflow-metal==1.1.0 tensorflow-metal==1.1.0
termcolor==2.4.0 termcolor==2.4.0
test-tube==0.7.5 test-tube==0.7.5
threadpoolctl==3.5.0 threadpoolctl==3.5.0
tifffile==2024.6.18 tifffile==2024.7.2
tiktoken==0.7.0 tiktoken==0.7.0
timm==1.0.7 timm==1.0.7
tokenizers==0.19.1 tokenizers==0.19.1
toml==0.10.2 toml==0.10.2
tomli==2.0.1 tomli==2.0.1
tomlkit==0.12.0 tomlkit==0.12.5
toolz==0.12.1 toolz==0.12.1
torch==2.3.1 torch==2.3.1
torch-fidelity==0.3.0 torch-fidelity==0.3.0
@@ -529,8 +530,8 @@ tornado==6.4.1
tqdm==4.66.4 tqdm==4.66.4
traitlets==5.14.3 traitlets==5.14.3
trampoline==0.1.2 trampoline==0.1.2
transformers==4.42.2 transformers==4.42.3
trio==0.25.1 trio==0.26.0
trio-websocket==0.11.1 trio-websocket==0.11.1
typer==0.12.3 typer==0.12.3
types-python-dateutil==2.9.0.20240316 types-python-dateutil==2.9.0.20240316
@@ -544,20 +545,20 @@ uc-micro-py==1.0.3
ujson==5.10.0 ujson==5.10.0
uritemplate==4.1.1 uritemplate==4.1.1
urllib3==2.2.2 urllib3==2.2.2
urwid==2.6.14 urwid==2.6.15
urwid_readline==0.14 urwid_readline==0.14
uvicorn==0.30.1 uvicorn==0.30.1
uvloop==0.19.0 uvloop==0.19.0
validators==0.28.3 validators==0.30.0
virtualenv==20.26.3 virtualenv==20.26.3
virtualenv-clone==0.5.7 virtualenv-clone==0.5.7
wandb==0.17.3 wandb==0.17.4
watchfiles==0.22.0 watchfiles==0.22.0
wcwidth==0.2.13 wcwidth==0.2.13
webdriver-manager==4.0.1 webdriver-manager==4.0.1
webp-converter==4.1.0 webp-converter==4.1.0
websocket-client==1.8.0 websocket-client==1.8.0
websockets==11.0.3 websockets==12.0
Werkzeug==3.0.3 Werkzeug==3.0.3
wrapt==1.16.0 wrapt==1.16.0
wsproto==1.2.0 wsproto==1.2.0