File tree Expand file tree Collapse file tree 3 files changed +5
-260
lines changed
Expand file tree Collapse file tree 3 files changed +5
-260
lines changed Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -7,15 +7,15 @@ name = "qpydao"
77version = " 0.1.0"
88description = " qpydao is an esay database access object lib"
99readme = " README.md"
10- requires-python = " >= 3.9"
10+ requires-python = " >3.9"
1111dependencies = [
1212 " pydantic>=2.7.4" ,
1313 " alembic>=1.13.1" ,
1414 " sqlalchemy>=2.0.30" ,
1515 " sqlmodel>=0.0.19" ,
1616 " loguru>=0.7.2" ,
1717 " rich>=13.7.1" ,
18- " qpyconf @ git+https://github.com/fluent-qa/qpyconf.git@main " ,
18+ " qpyconf" ,
1919 " psycopg2-binary>=2.9.10" ,
2020 " psycopg>=3.2.0" ,
2121]
@@ -42,9 +42,11 @@ default-groups = ["dev"]
4242
4343[tool .uv .sources ]
4444qpyci = { git = " https://github.com/fluent-qa/qpyci.git" , rev = " main" }
45+ qpyconf = { git = " https://github.com/fluent-qa/qpyconf.git" , rev = " main" }
4546
4647[tool .hatch .build .targets .wheel ]
47- packages = [" qpydao" ]
48+ packages = [" src/qpydao" ]
49+
4850[tool .hatch .metadata ]
4951allow-direct-references = true
5052
You can’t perform that action at this time.
0 commit comments