diff --git a/.gitignore b/.gitignore index 5ebb485..bac4de2 100644 --- a/.gitignore +++ b/.gitignore @@ -17,4 +17,4 @@ demo/scratch .vscode .DS_Store test/ -.env \ No newline at end of file +.venv* \ No newline at end of file diff --git a/pyproject.toml b/pyproject.toml index f119540..039cc77 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ build-backend = "hatchling.build" [project] name = "fastrtc" -version = "0.0.5.post1" +version = "0.0.5.post2" description = "The realtime communication library for Python" readme = "README.md" license = "apache-2.0" @@ -33,8 +33,10 @@ dependencies = [ "aiortc", "audioop-lts;python_version>='3.13'", "librosa", - "numpy>=2.0.2", # because of librosa + "numpy>=2.0.2", # because of librosa "numba>=0.60.0", + "standard-aifc;python_version>='3.13'", + "standard-sunau;python_version>='3.13'", ] classifiers = [ 'Development Status :: 3 - Alpha',