Skip to content

Commit 59aac9b

Browse files
authored
feat: switch from casbin to pycasbin
1 parent 8dc2fee commit 59aac9b

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ authors = [
77
description = "Django's ORM adapter for PyCasbin"
88
readme = "README.md"
99
keywords = [
10+
"pycasbin",
1011
"casbin",
1112
"adapter",
1213
"storage-driver",

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
casbin>=1.16.10
1+
pycasbin>=2.0.0
22
Django
33

0 commit comments

Comments
 (0)