We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b308e80 commit 6bf6b1bCopy full SHA for 6bf6b1b
pyproject.toml
@@ -1,10 +1,8 @@
1
[project]
2
-name = "minions-workspace"
+name = "devup-api-workspace"
3
version = "0.1.0"
4
description = ""
5
-authors = [
6
- {name = "owjs3901",email = "owjs3901@naver.com"}
7
-]
+authors = [{ name = "owjs3901", email = "owjs3901@naver.com" }]
8
readme = "README.md"
9
requires-python = ">=3.13"
10
@@ -13,7 +11,7 @@ members = [
13
11
"libs/python/router",
14
12
"libs/python/model",
15
"libs/python/fastapi",
16
- "project/python/fastapi"
+ "project/python/fastapi",
17
]
18
19
@@ -22,6 +20,5 @@ dev = [
22
20
"pytest>=8.3.5",
23
21
"pytest-aiohttp>=1.1.0",
24
"pytest-asyncio>=0.25.3",
25
- "uvicorn>=0.34.0"
+ "uvicorn>=0.34.0",
26
27
-
0 commit comments