Fix issue with layer def

This commit is contained in:
phil 2024-04-21 10:14:09 +05:30
parent d08e40d579
commit 53c2e359da
3 changed files with 5 additions and 5 deletions

View file

@ -30,6 +30,7 @@ dependencies = [
"plotly>=5.20.0",
"matplotlib>=3.8.3",
"aiopath>=0.6.11",
"psycopg2-binary>=2.9.9",
]
requires-python = ">=3.11,<4"
readme = "README.md"