Skip to content

Commit

Permalink
updated packages
Browse files Browse the repository at this point in the history
removed bandcamp package, copied few functions and adjusted them manually
  • Loading branch information
xnetcat committed Sep 1, 2023
1 parent a4c6e8d commit f8d7490
Show file tree
Hide file tree
Showing 2 changed files with 62 additions and 120 deletions.
163 changes: 53 additions & 110 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

19 changes: 9 additions & 10 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ classifiers = [
python = ">=3.8,<3.12"

spotipy = "^2.23.0"
ytmusicapi = "^1.1.1"
ytmusicapi = "^1.2.1"
pytube = "^15.0.0"
yt-dlp = "^2023.7.6"
mutagen = "^1.46.0"
Expand All @@ -38,20 +38,19 @@ requests = "^2.31.0"
rapidfuzz = "==2.15.1"
python-slugify = {extras = ["unidecode"], version = "^8.0.1"}
uvicorn = "^0.23.2"
pydantic = "^2.2.0"
fastapi = "^0.101.1"
pydantic = "^2.3.0"
fastapi = "^0.103.0"
platformdirs = "^3.10.0"
pykakasi = "^2.2.1"
syncedlyrics = "^0.5.0"
typing-extensions = "^4.7.1"
soundcloud-v2 = "^1.3.1"
bandcamp-api = "^0.2.2"

[tool.poetry.group.dev.dependencies]
pytest = "^7.4.0"
pytest-mock = "^3.11.1"
pytest-vcr = "^1.0.2"
pyfakefs = "^5.2.3"
pyfakefs = "^5.2.4"
pytest-cov = "^4.1.0"
pytest-subprocess = "^1.5.0"
pytest-asyncio = "^0.21.1"
Expand All @@ -62,17 +61,17 @@ mdformat-gfm = "^0.3.5"
types-orjson = "^3.6.2"
types-python-slugify = "^8.0.0.3"
types-requests = "^2.31.0.2"
types-setuptools = "^68.1.0.0"
types-setuptools = "^68.1.0.1"
types-toml = "^0.10.8.7"
types-ujson = "^5.8.0.1"
pyinstaller = "^5.13.0"
pyinstaller = "^5.13.2"
mkdocs = "^1.5.2"
isort = "^5.12.0"
dill = "^0.3.7"
mkdocs-material = "^9.1.21"
mkdocs-material = "^9.2.6"
mkdocstrings = "^0.22.0"
mkdocstrings-python = "^1.3.0"
pymdown-extensions = "^10.1"
mkdocstrings-python = "^1.6.0"
pymdown-extensions = "^10.2.1"
mkdocs-gen-files = "^0.5.0"
mkdocs-literate-nav = "^0.6.0"
mkdocs-section-index = "^0.3.5"
Expand Down

0 comments on commit f8d7490

Please sign in to comment.