File tree Expand file tree Collapse file tree 3 files changed +21
-1
lines changed
supertokens_python/framework/litestar Expand file tree Collapse file tree 3 files changed +21
-1
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ Django==5.2.7
33django-cors-headers==4.9.0
44django-stubs==5.2.7
55django-stubs-ext==5.2.7
6- fastapi==0.120.1
6+ fastapi==0.120.2
77Flask==3.1.2
88flask-cors==6.0.1
99nest-asyncio==1.6.0
Original file line number Diff line number Diff line change 2727 "python-dotenv==1.0.1" ,
2828 ]
2929 ),
30+ "frameworks" : (
31+ [
32+ "litestar" ,
33+ "uvicorn" ,
34+ "python-dotenv==1.0.1" ,
35+ ]
36+ ),
3037 "django" : (
3138 [
3239 "django-cors-headers" ,
Original file line number Diff line number Diff line change 1+ # Copyright (c) 2021, VRAI Labs and/or its affiliates. All rights reserved.
2+ #
3+ # This software is licensed under the Apache License, Version 2.0 (the
4+ # "License") as published by the Apache Software Foundation.
5+ #
6+ # You may not use this file except in compliance with the License. You may
7+ # obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0
8+ #
9+ # Unless required by applicable law or agreed to in writing, software
10+ # distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
11+ # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
12+ # License for the specific language governing permissions and limitations
13+ # under the License.
You can’t perform that action at this time.
0 commit comments