We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0b7a151 + 5e7cb27 commit c33440aCopy full SHA for c33440a
requirements.txt
@@ -1,7 +1,7 @@
1
amqp==2.5.2
2
backports.functools_lru_cache==1.0.1
3
enum34==1.1.6
4
-git+https://github.com/yvanzo/mbdata.git@v26.0.dev4#egg=mbdata
+git+https://github.com/amCap1712/mbdata.git@bc3fc985c9842396ac7a0a1190072c093213afeb#egg=mbdata
5
git+https://github.com/metabrainz/[email protected]#egg=mb-rngpy
6
psycopg2==2.8.4
7
retrying==1.3.3
sir/schema/modelext.py
@@ -95,7 +95,6 @@ class CustomRecording(Recording):
95
aliases = relationship("RecordingAlias")
96
first_release_date = relationship("RecordingFirstReleaseDate")
97
tags = relationship("RecordingTag")
98
- tracks = relationship("Track")
99
100
101
class CustomReleaseGroup(ReleaseGroup):
0 commit comments