init CRUD
This commit is contained in:
10
back/pyproject.toml
Normal file
10
back/pyproject.toml
Normal file
@@ -0,0 +1,10 @@
|
||||
[project]
|
||||
name = "back"
|
||||
version = "0.1.0"
|
||||
description = "Add your description here"
|
||||
readme = "README.md"
|
||||
requires-python = ">=3.13"
|
||||
dependencies = [
|
||||
"fastapi[standard]>=0.125.0",
|
||||
"pymongo>=4.15.5",
|
||||
]
|
||||
Reference in New Issue
Block a user