chore: change anthem download to .ogg instead of .mp3
This commit is contained in:
3431
playground/downloaded_data_inspection/inspection.ipynb
Normal file
3431
playground/downloaded_data_inspection/inspection.ipynb
Normal file
File diff suppressed because it is too large
Load Diff
2047
playground/downloaded_data_inspection/poetry.lock
generated
Normal file
2047
playground/downloaded_data_inspection/poetry.lock
generated
Normal file
File diff suppressed because it is too large
Load Diff
19
playground/downloaded_data_inspection/pyproject.toml
Normal file
19
playground/downloaded_data_inspection/pyproject.toml
Normal file
@@ -0,0 +1,19 @@
|
||||
[tool.poetry]
|
||||
name = "downloaded_data_inspection"
|
||||
version = "0.1.0"
|
||||
description = ""
|
||||
authors = ["Daniel Tomlinson <dtomlinson@panaetius.co.uk>"]
|
||||
|
||||
[tool.poetry.dependencies]
|
||||
python = "^3.8"
|
||||
notebook = "^6.4.12"
|
||||
pandas = "^1.4.2"
|
||||
jupyterthemes = "^0.20.0"
|
||||
jupyter-contrib-nbextensions = "^0.5.1"
|
||||
jupyter-resource-usage = "^0.6.1"
|
||||
|
||||
[tool.poetry.dev-dependencies]
|
||||
|
||||
[build-system]
|
||||
requires = ["poetry-core>=1.0.0"]
|
||||
build-backend = "poetry.core.masonry.api"
|
||||
Reference in New Issue
Block a user