apirrone
commited on
Commit
·
aa7fbcb
1
Parent(s):
f847cef
dependency
Browse files- pyproject.toml +3 -1
pyproject.toml
CHANGED
|
@@ -10,7 +10,9 @@ description = "Add your description here"
|
|
| 10 |
readme = "README.md"
|
| 11 |
requires-python = ">=3.10"
|
| 12 |
dependencies = [
|
| 13 |
-
"reachy-mini"
|
|
|
|
|
|
|
| 14 |
]
|
| 15 |
keywords = ["reachy-mini-app"]
|
| 16 |
|
|
|
|
| 10 |
readme = "README.md"
|
| 11 |
requires-python = ">=3.10"
|
| 12 |
dependencies = [
|
| 13 |
+
"reachy-mini",
|
| 14 |
+
"pytz==2025.2"
|
| 15 |
+
|
| 16 |
]
|
| 17 |
keywords = ["reachy-mini-app"]
|
| 18 |
|