Initial commit
This commit is contained in:
18
pyproject.toml
Normal file
18
pyproject.toml
Normal file
@@ -0,0 +1,18 @@
|
||||
[project]
|
||||
name = "meteo"
|
||||
version = "0.1.0"
|
||||
description = "Add your description here"
|
||||
readme = "README.md"
|
||||
requires-python = ">=3.13"
|
||||
dependencies = [
|
||||
"certifi>=2025.8.3",
|
||||
"pycurl>=7.45.6",
|
||||
"pyyaml>=6.0.2",
|
||||
"requests>=2.32.4",
|
||||
]
|
||||
|
||||
[dependency-groups]
|
||||
dev = [
|
||||
"black>=25.1.0",
|
||||
"flake8>=7.3.0",
|
||||
]
|
Reference in New Issue
Block a user