Skip to content

Commit 7c1742a

Browse files
committed
Remove incorrect requirement of django.
1 parent 6f69369 commit 7c1742a

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ In order to cache and invalidate a function/method/class_method/static_method:
1414

1515
## Support
1616

17-
| Python | Django |
18-
|--------|--------|
19-
| 3.7, 3.8, 3.9, 3.10 | 3.2 |
17+
| Python |
18+
|--------|
19+
| 3.7, 3.8, 3.9, 3.10 |
2020

2121

2222
#### How to Cache

pyproject.toml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,7 @@ classifiers = [
2121
"Operating System :: OS Independent",
2222
"Framework :: Django",
2323
]
24-
dependencies = [
25-
"Django >=3.2.*, <4.0",
26-
]
24+
dependencies = []
2725
dynamic = ["version"]
2826

2927
[project.urls]

0 commit comments

Comments
 (0)