Created
April 16, 2024 07:35
-
-
Save nilleb/352ec9e83942f06382d33d382becd5f6 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
black | |
isort | |
watchdog | |
mypy | |
vcrpy | |
pytest | |
pytest-vcr | |
pre-commit | |
# uncomment and execute bug.sh | |
# aider-chat |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
pip install uv | |
uv venv | |
source .venv/bin/activate | |
uv pip install -r requirements.txt | |
uv pip install -r dev-requirements.txt |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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