[tool.poetry] name = "test-django" version = "0.1.0" description = "" authors = ["Tiziano Trabattoni "] readme = "README.md" [tool.poetry.dependencies] python = "^3.9" requests = "^2.32.3" [build-system] requires = ["poetry-core"] build-backend = "poetry.core.masonry.api"