Skip to content
This repository has been archived by the owner on Feb 9, 2024. It is now read-only.

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
mayhem committed Jan 29, 2024
1 parent 2c71c74 commit fe449fb
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
long_description = fh.read()

setup(
name='ListenBrainz Content Resolver',
name='lb-content-resolver',
version='1.0.0',
url='https://github.com/metabrainz/listenbrainz-content-resolver.git',
author='Robert Kaye',
Expand All @@ -23,9 +23,15 @@
"Click==8.1.3",
"mutagen==1.46.0",
"nmslib==2.1.1",
"peewee==3.16.2",
"py-sonic@git+https://github.com/mayhem/py-sonic.git@int-vs-string",
"requests",
"regex==2023.6.3",
"tqdm",
"troi@git+https://github.com/metabrainz/troi-recommendation-playground.git@lb-local",
"scikit-learn==1.2.1",
"Unidecode==1.3.6",
"lb_matching_tools@git+https://github.com/metabrainz/listenbrainz-matching-tools.git@v-2023-07-19.0"
],
use_scm_version=True,
setup_requires=['setuptools_scm'],
Expand Down

0 comments on commit fe449fb

Please sign in to comment.