Update dependencies

This commit is contained in:
Correl Roush 2021-02-09 23:59:18 -05:00
parent 10b95738e8
commit 785d81a351
3 changed files with 480 additions and 366 deletions

838
poetry.lock generated

File diff suppressed because it is too large Load diff

View file

@ -6,9 +6,10 @@ authors = ["Correl Roush <correl@gmail.com>"]
license = "MIT" license = "MIT"
[tool.poetry.dependencies] [tool.poetry.dependencies]
python = "^3.8" python = "~3.8"
numpy = "^1.17.2"
pyalsaaudio = "^0.9.0" pyalsaaudio = "^0.9.0"
pydejavu = {git = "https://github.com/worldveil/dejavu.git"} pydejavu = {git = "https://github.com/correl/dejavu.git", branch = "requirements"}
requests = "^2.24.0" requests = "^2.24.0"
pygame = "^1.9.6" pygame = "^1.9.6"

3
requirements.arch Normal file
View file

@ -0,0 +1,3 @@
gcc-fortran
blas
lapack