deps: add dvc

This commit is contained in:
Julius Unverfehrt 2024-07-16 17:35:03 +02:00
parent 0d232226fd
commit ceac21c1ef
5 changed files with 1873 additions and 46 deletions

2
.dvc/.gitignore vendored Normal file
View File

@ -0,0 +1,2 @@
/config.local
/cache

5
.dvc/config Normal file
View File

@ -0,0 +1,5 @@
[core]
remote = azure
['remote "azure"']
url = azure://pyinfra-dvc
connection_string = ""

3
.dvcignore Normal file
View File

@ -0,0 +1,3 @@
# Add patterns of files dvc should ignore, which could improve
# the performance. Learn more at
# https://dvc.org/doc/user-guide/dvcignore

1907
poetry.lock generated

File diff suppressed because it is too large Load Diff

View File

@ -45,6 +45,8 @@ coverage = "^7.3"
requests = "^2.31" requests = "^2.31"
pre-commit = "^3.6.0" pre-commit = "^3.6.0"
cyclonedx-bom = "^4.1.1" cyclonedx-bom = "^4.1.1"
dvc = "^3.51.2"
dvc-azure = "^3.1.0"
[tool.pytest.ini_options] [tool.pytest.ini_options]
minversion = "6.0" minversion = "6.0"