We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7556b74 commit 17e6bf4Copy full SHA for 17e6bf4
2 files changed
requirements.in
@@ -1,3 +1,3 @@
1
-casbin >= 1.0.0
+pycasbin >= 2.0.0
2
flask >= 1.1.0
3
PyJWT >= 2.0.1
requirements.txt
@@ -1,3 +1,31 @@
-flask >= 1.1.0
-PyJWT >= 2.0.1
+#
+# This file is autogenerated by pip-compile with Python 3.10
+# by the following command:
4
5
+# pip-compile requirements.in
6
7
+blinker==1.9.0
8
+ # via flask
9
+click==8.2.1
10
11
+colorama==0.4.6
12
+ # via click
13
+flask==3.1.1
14
+ # via -r requirements.in
15
+itsdangerous==2.2.0
16
17
+jinja2==3.1.6
18
19
+markupsafe==3.0.2
20
+ # via
21
+ # flask
22
+ # jinja2
23
+ # werkzeug
24
+pycasbin==2.0.0
25
26
+pyjwt==2.10.1
27
28
+simpleeval==1.0.3
29
+ # via pycasbin
30
+werkzeug==3.1.3
31
0 commit comments