File tree Expand file tree Collapse file tree 4 files changed +3
-6
lines changed
services/api-server/requirements Expand file tree Collapse file tree 4 files changed +3
-6
lines changed Original file line number Diff line number Diff line change 1-
2- # erdantic outputs
3- erd- * .svg
Original file line number Diff line number Diff line change 1- 0.2 .0
1+ 0.1 .0
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ def read_reqs(reqs_path: Path) -> set[str]:
3434 "version" : Path (CURRENT_DIR / "VERSION" ).read_text ().strip (),
3535 "author" : "Giancarlo Romeo (giancarloromeo)" ,
3636 "description" : "Core service library for simcore pydantic common" ,
37- "python_requires" : "~=3.10 " ,
37+ "python_requires" : "~=3.11 " ,
3838 "classifiers" : [
3939 "Development Status :: 2 - Pre-Alpha" ,
4040 "Intended Audience :: Developers" ,
Original file line number Diff line number Diff line change 1111--requirement _test.txt
1212
1313# installs this repo's packages
14- simcore-common-library @ ../../packages/models -library
14+ simcore-common-library @ ../../packages/common -library
1515simcore-models-library @ ../../packages/models-library
1616simcore-postgres-database @ ../../packages/postgres-database/
1717pytest-simcore @ ../../packages/pytest-simcore/
You can’t perform that action at this time.
0 commit comments