-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump cookiecutter template to 25c36c (#65)
# Changes - bumped cookiecutter template to robert-koch-institut/mex-template@25c36c --------- Co-authored-by: Nicolas Drebenstedt <[email protected]>
- Loading branch information
1 parent
80bd9b8
commit 68fd288
Showing
10 changed files
with
464 additions
and
255 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -119,3 +119,7 @@ dmypy.json | |
|
||
# Default exports | ||
*.ndjson | ||
data/ | ||
identity.csv | ||
schema.json | ||
work/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,23 +8,23 @@ license = { file = "LICENSE" } | |
urls = { Repository = "https://github.com/robert-koch-institut/mex-backend" } | ||
requires-python = "<3.13,>=3.11" | ||
dependencies = [ | ||
"fastapi>=0.110.1", | ||
"httpx>=0.27.0", | ||
"fastapi==0.111.0", | ||
"httpx==0.27.0", | ||
"mex-common@git+https://github.com/robert-koch-institut/[email protected]", | ||
"neo4j>=5.18.0", | ||
"pydantic>=2.6.4", | ||
"uvicorn[standard]>=0.29.0", | ||
"neo4j==5.20.0", | ||
"pydantic==2.7.1", | ||
"uvicorn[standard]==0.29.0", | ||
] | ||
optional-dependencies.dev = [ | ||
"black>=24.3.0", | ||
"ipdb>=0.13.13", | ||
"mypy>=1.9.0", | ||
"pytest-cov>=4.1.0", | ||
"pytest-random-order>=1.1.1", | ||
"pytest>=8.1.1", | ||
"ruff>=0.3.3", | ||
"sphinx>=7.2.6", | ||
"types-pytz>=2024.1.0", | ||
"black==24.4.2", | ||
"ipdb==0.13.13", | ||
"mypy==1.10.0", | ||
"pytest-cov==5.0.0", | ||
"pytest-random-order==1.1.1", | ||
"pytest==8.2.0", | ||
"ruff==0.4.4", | ||
"sphinx==7.3.7", | ||
"types-pytz==2024.1.0.20240417", | ||
] | ||
|
||
[project.scripts] | ||
|
@@ -61,7 +61,6 @@ unit = { cmd = "pdm run pytest -m 'not integration'" } | |
test = { cmd = "pdm run pytest" } | ||
all = { composite = ["install-all", "lint", "test", "doc"] } | ||
|
||
|
||
[tool.pydantic-mypy] | ||
warn_untyped_fields = true | ||
|
||
|
@@ -137,5 +136,5 @@ known-first-party = ["mex", "tests"] | |
convention = "google" | ||
|
||
[build-system] | ||
requires = ["pdm-backend==2.1.8"] | ||
requires = ["pdm-backend==2.3.0"] | ||
build-backend = "pdm.backend" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
cruft==2.15.0 | ||
pdm==2.15.2 | ||
pre-commit==3.7.0 | ||
pre-commit==3.7.1 | ||
wheel==0.43.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters