updated pyproject.toml (#2991)

This commit is contained in:
eric-forte-elastic
2023-08-02 10:16:12 -04:00
committed by GitHub
parent 1cb5c174ce
commit 29fc61d55b
+2 -1
View File
@@ -34,7 +34,8 @@ dependencies = [
"marshmallow~=3.13.0",
"pywin32 ; platform_system=='Windows'",
"pytoml",
"PyYAML~=5.3",
"PyYAML~=5.3 ; python_version<='3.9'",
"PyYAML~=6.0.1 ; python_version>='3.10'",
"requests~=2.27",
"toml==0.10.0",
"typing-inspect==0.8.0",