[tool.poetry] name = "asr-benchmarks" version = "0.1.0" description = "" authors = ["Marcin WÄ…troba <markowanga@gmail.com>"] readme = "README.rst" packages = [{include = "sziszapangma"}] [tool.poetry.dependencies] python = ">=3.8,<3.12" dvc = {extras = ["s3"], version = "^2.38.1"} numpy = "1.23.5" requests = "^2.28.1" pandas = "^1.5.2" fasttext-wheel = "^0.9.2" pymongo = "^4.3.3" flask = "^2.2.2" flask-httpauth = "^4.7.0" minio = "^7.1.12" spacy = "^3.4.4" pysoundfile = "^0.9.0.post1" datasets = "^2.8.0" torchaudio = "^0.13.1" #flair = "^0.11.3" whisper = {git = "https://github.com/openai/whisper.git"} ffmpeg-python = "^0.2.0" pydub = "^0.25.1" librosa = "^0.9.2" soundfile = "^0.11.0" fsspec = "^2022.11.0" s3fs = "^2022.11.0" scipy = "^1.10.0" pika = "^1.3.1" pyopenssl = "^23.0.0" nltk = "^3.8.1" [tool.poetry.group.dev.dependencies] pytest = "^7.2.0" mypy = "^0.991" black = "^22.12.0" typing-extensions = "^4.4.0" isort = {extras = ["pyproject"], version = "^5.11.4"} pyflakes = "^3.0.1" poethepoet = "^0.16.5" [build-system] requires = ["poetry-core"] build-backend = "poetry.core.masonry.api"