Update pyproject.toml to include dateutil

Signed-off-by: sandw1ch <se.brink15@gmail.com>
main
sandw1ch 2023-10-10 13:30:43 -05:00 committed by GitHub
parent e898c25716
commit cbefc31a04
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -63,6 +63,7 @@ rich = "^13.3.5"
python-libnmap = "^0.7.3" python-libnmap = "^0.7.3"
resource = "^0.2.1" resource = "^0.2.1"
oscrypto = { git = "https://github.com/NeffIsBack/oscrypto" } oscrypto = { git = "https://github.com/NeffIsBack/oscrypto" }
python-dateutil = ">=2.8.2"
[tool.poetry.group.dev.dependencies] [tool.poetry.group.dev.dependencies]
flake8 = "*" flake8 = "*"