Skip to content

Commit

Permalink
add types-xmltodict
Browse files Browse the repository at this point in the history
  • Loading branch information
globin committed Nov 14, 2023
1 parent b3d73b4 commit dee94af
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 1 deletion.
3 changes: 3 additions & 0 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,9 @@
types-python-jose = pyprev.types-python-jose.overridePythonAttrs (old: {
nativeBuildInputs = (old.nativeBuildInputs or []) ++ [pyfinal.setuptools];
});
types-xmltodict = pyprev.types-python-jose.overridePythonAttrs (old: {
nativeBuildInputs = (old.nativeBuildInputs or []) ++ [pyfinal.setuptools];
});
sqlalchemy-stubs = pyprev.sqlalchemy-stubs.overridePythonAttrs (old: {
nativeBuildInputs = (old.nativeBuildInputs or []) ++ [pyfinal.setuptools];
});
Expand Down
13 changes: 12 additions & 1 deletion poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ pyright = "1.1.335"
ruff = "^0.1.0"
celery-types = "^0.20.0"
flower = "^2.0.1"
types-xmltodict = "^0.13.0.3"

[tool.poetry.scripts]
atciss = 'atciss.cli:cli'
Expand Down

0 comments on commit dee94af

Please sign in to comment.