Skip to content

Commit

Permalink
fix commit
Browse files Browse the repository at this point in the history
  • Loading branch information
MateoLostanlen committed Jun 5, 2024
1 parent 76880a8 commit 9fb83c8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ version = "0.1.2.dev0"
description = "Monitoring platform for wildfire alerts"
authors = ["Pyronear <[email protected]>"]
license = "Apache-2.0"
package-mode = false


[tool.poetry.dependencies]
Expand All @@ -16,7 +17,7 @@ dash = ">=2.14.0"
dash-bootstrap-components = ">=1.5.0"
dash-leaflet = "^0.1.4"
pandas = ">=2.1.4"
pyroclient = { git = "https://github.com/pyronear/pyro-api.git#main", subdirectory = "client" }
pyroclient = { git = "https://github.com/pyronear/pyro-api.git", rev = "767be30a781b52b29d68579d543e3f45ac8c4713", subdirectory = "client" }
python-dotenv = ">=1.0.0"
geopy = ">=2.4.0"

Expand Down

0 comments on commit 9fb83c8

Please sign in to comment.