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 fff758e commit efaf41eCopy full SHA for efaf41e
packages/pytest-simcore/pyproject.toml
@@ -1,11 +1,9 @@
1
[project]
2
name = "pytest-simcore"
3
version = "0.1.0"
4
-description = "Add your description here"
5
-readme = "README.md"
6
requires-python = ">=3.11"
7
dependencies = [
8
- "fastapi[standard]>=0.115.12",
9
- "python-socketio>=5.12.1",
10
- "uvicorn>=0.34.0",
+ "fastapi[standard]>=0.115.12",
+ "python-socketio>=5.12.1",
+ "uvicorn>=0.34.0",
11
]
0 commit comments