Update dependency persisting-theory to v1 (develop)
This commit is contained in:
parent
74ca440601
commit
6d0d373caa
|
@ -1276,7 +1276,7 @@ python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,>=2.7"
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "persisting-theory"
|
name = "persisting-theory"
|
||||||
version = "0.2.1"
|
version = "1.0"
|
||||||
description = "Registries that can autodiscover values accross your project apps"
|
description = "Registries that can autodiscover values accross your project apps"
|
||||||
category = "main"
|
category = "main"
|
||||||
optional = false
|
optional = false
|
||||||
|
@ -2120,7 +2120,7 @@ testing = ["coverage (>=5.0.3)", "zope.event", "zope.testing"]
|
||||||
[metadata]
|
[metadata]
|
||||||
lock-version = "1.1"
|
lock-version = "1.1"
|
||||||
python-versions = "^3.7"
|
python-versions = "^3.7"
|
||||||
content-hash = "aea375f9e7f3472f5675bb8e2f9e5f30f29b3a7da312126c00d9279920418758"
|
content-hash = "7fca1f13e4a95870b0a0ae6b0e12b8b6fc292c619d669596e1864c2692bd3ee3"
|
||||||
|
|
||||||
[metadata.files]
|
[metadata.files]
|
||||||
aiohttp = [
|
aiohttp = [
|
||||||
|
@ -3017,7 +3017,8 @@ pathspec = [
|
||||||
{file = "pathspec-0.9.0.tar.gz", hash = "sha256:e564499435a2673d586f6b2130bb5b95f04a3ba06f81b8f895b651a3c76aabb1"},
|
{file = "pathspec-0.9.0.tar.gz", hash = "sha256:e564499435a2673d586f6b2130bb5b95f04a3ba06f81b8f895b651a3c76aabb1"},
|
||||||
]
|
]
|
||||||
persisting-theory = [
|
persisting-theory = [
|
||||||
{file = "persisting-theory-0.2.1.tar.gz", hash = "sha256:00ff7dcc8f481ff75c770ca5797d968e8725b6df1f77fe0cf7d20fa1e5790c0a"},
|
{file = "persisting-theory-1.0.tar.gz", hash = "sha256:0f840fa22247bcaa514094da7f3b26c602359429ab12d2cd88be06b49a336290"},
|
||||||
|
{file = "persisting_theory-1.0-py3-none-any.whl", hash = "sha256:73fe3ba1ea7ab67632a1c292fc5c9fa6d3ebfd0e2ad74defa56e316abf3c8d21"},
|
||||||
]
|
]
|
||||||
pexpect = [
|
pexpect = [
|
||||||
{file = "pexpect-4.8.0-py2.py3-none-any.whl", hash = "sha256:0b48a55dcb3c05f3329815901ea4fc1537514d6ba867a152b581d69ae3710937"},
|
{file = "pexpect-4.8.0-py2.py3-none-any.whl", hash = "sha256:0b48a55dcb3c05f3329815901ea4fc1537514d6ba867a152b581d69ae3710937"},
|
||||||
|
|
|
@ -22,7 +22,7 @@ django-cors-headers = "==3.13.0"
|
||||||
musicbrainzngs = "==0.7.1"
|
musicbrainzngs = "==0.7.1"
|
||||||
djangorestframework = "==3.13.1"
|
djangorestframework = "==3.13.1"
|
||||||
arrow = "==1.2.2"
|
arrow = "==1.2.2"
|
||||||
persisting-theory = "==0.2.1"
|
persisting-theory = "==1.0"
|
||||||
django-versatileimagefield = "==2.2"
|
django-versatileimagefield = "==2.2"
|
||||||
django-filter = "==21.1"
|
django-filter = "==21.1"
|
||||||
django-rest-auth = "==0.9.5"
|
django-rest-auth = "==0.9.5"
|
||||||
|
|
Loading…
Reference in New Issue