Skip to content

Commit f35367a

Browse files
Updated Requirements.txt and README.md
1 parent 7688bb3 commit f35367a

2 files changed

Lines changed: 23 additions & 8 deletions

File tree

README.md

Lines changed: 21 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -63,23 +63,17 @@ uvicorn server:app --host 0.0.0.0 --port 8000
6363
# 🔌 WebSocket Endpoint
6464
```
6565
/chat
66-
6766
```
68-
Example connection URL:
67+
Example connection URL:
6968
wss://your-server-url/chat
70-
```
71-
---
7269

7370
# 📦 Installation (Server)
7471

7572
Install dependencies:
76-
7773
```
7874
pip install -r requirements.txt
79-
8075
```
8176
Run the server: python server.py
82-
```
8377

8478
---
8579

@@ -93,3 +87,23 @@ Run the server: python server.py
9387
# 📜 License
9488

9589
MIT License
90+
91+
Copyright (c) 2026 Akshay
92+
93+
Permission is hereby granted, free of charge, to any person obtaining a copy
94+
of this software and associated documentation files (the "Software"), to deal
95+
in the Software without restriction, including without limitation the rights
96+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
97+
copies of the Software, and to permit persons to whom the Software is
98+
furnished to do so, subject to the following conditions:
99+
100+
The above copyright notice and this permission notice shall be included in all
101+
copies or substantial portions of the Software.
102+
103+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
104+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
105+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
106+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
107+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
108+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
109+
SOFTWARE.

requirements.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
fastapi
22
uvicorn
3-
websockets
3+
websockets
4+
requests

0 commit comments

Comments
 (0)