Skip to content

Commit

Permalink
initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
mkniewallner committed Aug 13, 2024
0 parents commit d3fe53f
Show file tree
Hide file tree
Showing 3 changed files with 1,163 additions and 0 deletions.
26 changes: 26 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
[project]
name = "foo"
version = "0.0.1"
description = "Hey"
authors = []
requires-python = ">=3.9"
dependencies = [
"pydantic==2.1.1",
"SQLAlchemy==2.0.4",
"starlette==0.26.0",
]

[project.optional-dependencies]
cli = ["click==7.1.1"]

[tool.uv]
dev-dependencies = [
"mkdocs==1.6.0",
"mkdocs-material==9.5.31",
"mypy==1.10.0",
"pre-commit==3.8.0",
"pytest==7.4.2",
"pytest-cov==4.0.0",
"pytest-xdist[psutil]==3.6.1",
"types-colorama==0.4.15.20240311; sys_platform == 'win32'",
]
12 changes: 12 additions & 0 deletions renovate.json5
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
$schema: "https://docs.renovatebot.com/renovate-schema.json",
extends: [
":dependencyDashboard",
":maintainLockFilesWeekly",
":prHourlyLimitNone",
],
prConcurrentLimit: 0,
lockFileMaintenance: {
enabled: true,
},
}
Loading

0 comments on commit d3fe53f

Please sign in to comment.