Pin dependency django-cache-memoize to 0.1.10
This commit is contained in:
parent
dc4fc96494
commit
4412f57bdd
|
@ -2088,7 +2088,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 = "66239b8554640a4fcb3ffaf80196479c9bfb4ccb0e6b88af168f629b624a502c"
|
content-hash = "ee7840ea0a224abc530313bc558de0b80ebbcfc403d5fa0f3109e4e896d584c4"
|
||||||
|
|
||||||
[metadata.files]
|
[metadata.files]
|
||||||
aiohttp = [
|
aiohttp = [
|
||||||
|
|
|
@ -56,7 +56,7 @@ ipython = "==7.31.1"
|
||||||
python-ldap = "==3.4.0"
|
python-ldap = "==3.4.0"
|
||||||
django-auth-ldap = "==4.0.0"
|
django-auth-ldap = "==4.0.0"
|
||||||
uvicorn = {version = "==0.17.4", extras = ["standard"]}
|
uvicorn = {version = "==0.17.4", extras = ["standard"]}
|
||||||
django-cache-memoize = "^0.1.10"
|
django-cache-memoize = "0.1.10"
|
||||||
|
|
||||||
[tool.poetry.dev-dependencies]
|
[tool.poetry.dev-dependencies]
|
||||||
flake8 = "==3.9.2"
|
flake8 = "==3.9.2"
|
||||||
|
|
Loading…
Reference in New Issue