2024-05-21 19:17:26 +02:00
|
|
|
[project]
|
|
|
|
|
name = "bird-feeder"
|
|
|
|
|
version = "1.0.0"
|
2024-06-05 16:45:50 -04:00
|
|
|
requires-python = ">=3.12"
|
2024-05-21 19:17:26 +02:00
|
|
|
dependencies = ["anyio>=4.3.0,<5"]
|
|
|
|
|
|
|
|
|
|
[build-system]
|
|
|
|
|
requires = ["hatchling"]
|
|
|
|
|
build-backend = "hatchling.build"
|