dependencies

This commit is contained in:
2024-09-04 15:11:08 -05:00
parent 46dcd3b1b2
commit f92870f9cc
3 changed files with 5 additions and 6 deletions

8
flake.lock generated
View File

@@ -39,7 +39,6 @@
"nix-github-actions": {
"inputs": {
"nixpkgs": [
"poetry2nixSrc",
"nixpkgs"
]
},
@@ -59,11 +58,11 @@
},
"nixpkgs": {
"locked": {
"lastModified": 1725476236,
"narHash": "sha256-jhtkFFP0v0z0m8oznMJ5szoPA72CGaeJYSv7/uaGpS4=",
"lastModified": 1725480397,
"narHash": "sha256-hJRxRQWjmbyJLb/EOT/myVB2W2WwljylfmH6A1271Bk=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "e9f994aaff25e101d165245dcda1965d7871ff73",
"rev": "2ee7f04061a8682013c44ce2702ec8af974645aa",
"type": "github"
},
"original": {
@@ -150,7 +149,6 @@
"treefmt-nix": {
"inputs": {
"nixpkgs": [
"poetry2nixSrc",
"nixpkgs"
]
},

2
poetry.lock generated
View File

@@ -280,4 +280,4 @@ files = [
[metadata]
lock-version = "2.0"
python-versions = ">=3.8.1,<3.10"
content-hash = "1fbbb61e3a45cecdc678bcf1170cf15491486d32b54e9cedaa37675adf8ec2a9"
content-hash = "a47c7fed21a130503de09b7092ccc0499a6171737ab0e22c8192ffecca8f533f"

View File

@@ -12,6 +12,7 @@ pdme = "^1.5.0"
deepdog = "^1.4.0"
tantri = "^1.2.0"
tomli = "^2.0.1"
[tool.poetry.group.dev.dependencies]
black = "^24.8.0"