Skip to content

Instantly share code, notes, and snippets.

@nilleb
Created April 16, 2024 07:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nilleb/352ec9e83942f06382d33d382becd5f6 to your computer and use it in GitHub Desktop.
Save nilleb/352ec9e83942f06382d33d382becd5f6 to your computer and use it in GitHub Desktop.
uv pip compile dev-requirements.in requirements.in > dev-requirements.txt
uv pip compile requirements.in > requirements.txt
uv pip sync dev-requirements.txt requirements.txt
black
isort
watchdog
mypy
vcrpy
pytest
pytest-vcr
pre-commit
# uncomment and execute bug.sh
# aider-chat
pip install uv
uv venv
source .venv/bin/activate
uv pip install -r requirements.txt
uv pip install -r dev-requirements.txt
signalbot @ https://github.com/nilleb/signalbot/archive/master.tar.gz#egg=signalbot
scipy
tenacity
tiktoken
termcolor
httpx
pyyaml
fastapi
pydub # manage audio attachments
trafilatura
readability-lxml
anthropic # claude
mistralai
openai
lxml[html_clean]
uvicorn[standard]
m3u8
librosa
setuptools
feedgen
feedparser
bitwarden-sdk
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment