Update Python version in pyproject.toml

This commit is contained in:
YZY 2023-11-30 15:46:35 +08:00
parent 1f08d71d4d
commit 4a3af77589
3 changed files with 4 additions and 1 deletions

View File

@ -4,6 +4,8 @@ from dotenv import load_dotenv
load_dotenv()
import json
import os
import traceback

View File

@ -6,7 +6,7 @@ authors = ["Abi Raja <abimanyuraja@gmail.com>"]
license = "MIT"
[tool.poetry.dependencies]
python = "^3.10"
python = "^3.8"
fastapi = "^0.95.0"
uvicorn = "^0.24.0.post1"
websockets = "^12.0"

1
backend/test_modify.py Normal file
View File

@ -0,0 +1 @@
import os