Update Python version in pyproject.toml
This commit is contained in:
parent
1f08d71d4d
commit
4a3af77589
@ -4,6 +4,8 @@ from dotenv import load_dotenv
|
|||||||
load_dotenv()
|
load_dotenv()
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
import json
|
import json
|
||||||
import os
|
import os
|
||||||
import traceback
|
import traceback
|
||||||
|
|||||||
@ -6,7 +6,7 @@ authors = ["Abi Raja <abimanyuraja@gmail.com>"]
|
|||||||
license = "MIT"
|
license = "MIT"
|
||||||
|
|
||||||
[tool.poetry.dependencies]
|
[tool.poetry.dependencies]
|
||||||
python = "^3.10"
|
python = "^3.8"
|
||||||
fastapi = "^0.95.0"
|
fastapi = "^0.95.0"
|
||||||
uvicorn = "^0.24.0.post1"
|
uvicorn = "^0.24.0.post1"
|
||||||
websockets = "^12.0"
|
websockets = "^12.0"
|
||||||
|
|||||||
1
backend/test_modify.py
Normal file
1
backend/test_modify.py
Normal file
@ -0,0 +1 @@
|
|||||||
|
import os
|
||||||
Loading…
Reference in New Issue
Block a user