[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"

[packages]
sqlalchemy = "2.0.36"
psycopg2-binary = "2.9.10"
numpy = "2.0.2"
librosa = "0.10.2.post1"
soundfile = "0.12.1"
watchdog = "6.0.0"

[dev-packages]
mypy = "1.15.0"
autopep8 = "2.3.1"
pylint = "3.3.2"
pytest = "8.3.4"
pytest-cov = "6.0.0"
sphinx = "8.1.3"
twine = "6.0.1"
pre-commit = "4.0.1"
isort = "5.13.2"
build = "1.2.2.post1"
dill = "0.3.9"

[requires]
python_version = "3.11"
