Skip to content

Commit b338d5e

Browse files
committed
feat: update dependencies and add licensing information
1 parent 54925f7 commit b338d5e

File tree

3 files changed

+21
-1
lines changed

3 files changed

+21
-1
lines changed

dev-requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Django==5.2.7
33
django-cors-headers==4.9.0
44
django-stubs==5.2.7
55
django-stubs-ext==5.2.7
6-
fastapi==0.120.1
6+
fastapi==0.120.2
77
Flask==3.1.2
88
flask-cors==6.0.1
99
nest-asyncio==1.6.0

setup.py

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,13 @@
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",
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
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.

0 commit comments

Comments
 (0)