Something went wrong. Try again.
This repository has no description
Something went wrong. Try again.
12345678910111213141516[project]name = "atplex"version = "0.1.0"description = ""authors = [ { name = "JoJoJux", email = "johannes@jojojux.de" },]readme = "README.md"requires-python = ">=3.13,<4.0"dependencies = ["dataclasses-json (>=0.6.7,<0.7.0)"]
[build-system]requires = ["poetry-core>=2.0.0,<3.0.0"]build-backend = "poetry.core.masonry.api"