@@ -1 +1,11 @@
-SEChat Backend
+# SEChat Backend
+
+## Usage
+Python 3.10
+```shell
+pip install -r requirements.txt
+python main.py
+```
@@ -0,0 +1,13 @@
+annotated-types==0.6.0
+anyio==4.2.0
+click==8.1.7
+exceptiongroup==1.2.0
+fastapi==0.109.0
+h11==0.14.0
+idna==3.6
+pydantic==2.5.3
+pydantic_core==2.14.6
+sniffio==1.3.0
+starlette==0.35.1
+typing_extensions==4.9.0
+uvicorn==0.27.0