TNO Intern

Commit 2a22aefb authored by Hen Brett's avatar Hen Brett 🐔
Browse files

adding python-dotenv to the dependency list packaged with pythermogis

parent df76f864
Loading
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -20,7 +20,9 @@ dependencies = [
    "pandas>=2.2.3,<3",
    "pytz>=2024.1,<2025",
    "build>=1.2.2.post1,<2",
    "pygridsio>=1.0,<2.0"]
    "pygridsio>=1.0,<2.0",
    "python-dotenv>=1.2.1,<2"
]


[tool.pytest.ini_options]