Explorar el Código

requirements file

Nivek hace 2 años
padre
commit
456142d2af
Se han modificado 2 ficheros con 24 adiciones y 1 borrados
  1. 11 1
      SEChat-backend/README.md
  2. 13 0
      SEChat-backend/requirements.txt

+ 11 - 1
SEChat-backend/README.md

@@ -1 +1,11 @@
-SEChat Backend
+# SEChat Backend
+
+
+## Usage
+
+Python 3.10
+
+```shell
+pip install -r requirements.txt
+python main.py
+```

+ 13 - 0
SEChat-backend/requirements.txt

@@ -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