Skip to content

Commit c07208d

Browse files
Update deps. Add packages.txt for streamlit cloud.
1 parent f5ec768 commit c07208d

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

packages.txt

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
ffmpeg
2+
portaudio19-dev
3+
python-all-dev

pyproject.toml

+4-4
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
license = "MIT"
88
name = "pyrobbot"
99
readme = "README.md"
10-
version = "0.7.4"
10+
version = "0.7.5"
1111

1212
[build-system]
1313
build-backend = "poetry.core.masonry.api"
@@ -37,13 +37,13 @@
3737
audio-recorder-streamlit = "^0.0.8"
3838
beautifulsoup4 = "^4.12.3"
3939
chime = "^0.7.0"
40-
duckduckgo-search = {version = "5.0b1", allow-prereleases = true}
40+
duckduckgo-search = "^5.0"
4141
gtts = "^2.5.1"
4242
httpx = "^0.26.0"
4343
ipinfo = "^5.0.1"
4444
pydub = "^0.25.1"
4545
pygame = "^2.5.2"
46-
setuptools = "^68.2.2" # Needed by webrtcvad-wheels
46+
setuptools = "^68.2.2" # Needed by webrtcvad-wheels
4747
sounddevice = "^0.4.6"
4848
soundfile = "^0.12.1"
4949
speechrecognition = "^3.10.0"
@@ -69,12 +69,12 @@
6969
pytest-cov = "^4.1.0"
7070
pytest-mock = "^3.12.0"
7171
pytest-order = "^1.2.0"
72+
pytest-xdist = "^3.5.0"
7273
python-lorem = "^1.3.0.post1"
7374

7475
##################
7576
# Linter configs #
7677
##################
77-
pytest-xdist = "^3.5.0"
7878

7979
[tool.black]
8080
line-length = 90

0 commit comments

Comments
 (0)