[tool.poetry] name = "lihzahrd" version = "2.0.0" description = "A Terraria world parser in Python" authors = ["Stefano Pigozzi "] license = "AGPL-3.0+" readme = "README.md" homepage = "https://github.com/Steffo99/lihzahrd" documentation = "https://gh.steffo.eu/lihzahrd/" classifiers = [ "Development Status :: 4 - Beta", "Operating System :: OS Independent", "Programming Language :: Python :: 3.6" ] # Library dependencies [tool.poetry.dependencies] python = "^3.6" # Development dependencies [tool.poetry.dev-dependencies] pytest = "^5.2.1" sphinx = "^2.2.1" sphinx_rtd_theme = "^0.4.3" # Optional dependencies [tool.poetry.extras] # Used build system [build-system] requires = ["poetry>=0.12"] build-backend = "poetry.masonry.api"