Skip to content

Commit

Permalink
Update deps. Add packages.txt for streamlit cloud.
Browse files Browse the repository at this point in the history
  • Loading branch information
paulovcmedeiros committed Mar 8, 2024
1 parent f5ec768 commit c07208d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
3 changes: 3 additions & 0 deletions packages.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
ffmpeg
portaudio19-dev
python-all-dev
8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
license = "MIT"
name = "pyrobbot"
readme = "README.md"
version = "0.7.4"
version = "0.7.5"

[build-system]
build-backend = "poetry.core.masonry.api"
Expand Down Expand Up @@ -37,13 +37,13 @@
audio-recorder-streamlit = "^0.0.8"
beautifulsoup4 = "^4.12.3"
chime = "^0.7.0"
duckduckgo-search = {version = "5.0b1", allow-prereleases = true}
duckduckgo-search = "^5.0"
gtts = "^2.5.1"
httpx = "^0.26.0"
ipinfo = "^5.0.1"
pydub = "^0.25.1"
pygame = "^2.5.2"
setuptools = "^68.2.2" # Needed by webrtcvad-wheels
setuptools = "^68.2.2" # Needed by webrtcvad-wheels
sounddevice = "^0.4.6"
soundfile = "^0.12.1"
speechrecognition = "^3.10.0"
Expand All @@ -69,12 +69,12 @@
pytest-cov = "^4.1.0"
pytest-mock = "^3.12.0"
pytest-order = "^1.2.0"
pytest-xdist = "^3.5.0"
python-lorem = "^1.3.0.post1"

##################
# Linter configs #
##################
pytest-xdist = "^3.5.0"

[tool.black]
line-length = 90
Expand Down

0 comments on commit c07208d

Please sign in to comment.