deps: add dvc
This commit is contained in:
parent
0d232226fd
commit
ceac21c1ef
2
.dvc/.gitignore
vendored
Normal file
2
.dvc/.gitignore
vendored
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
/config.local
|
||||||
|
/cache
|
||||||
5
.dvc/config
Normal file
5
.dvc/config
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
[core]
|
||||||
|
remote = azure
|
||||||
|
['remote "azure"']
|
||||||
|
url = azure://pyinfra-dvc
|
||||||
|
connection_string = ""
|
||||||
3
.dvcignore
Normal file
3
.dvcignore
Normal 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
1907
poetry.lock
generated
File diff suppressed because it is too large
Load Diff
@ -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"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user