[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"
[project]
name = "enum_representation_api"
version = "1.0.0"
description = "This API demonstrates all 4 kinds of enum representation types: Externally Tagged, Internally Tagged, Adjacently Tagged, and Untagged"
requires-python = ">=3.12"
dependencies = ["requests>=2.32"]