exhausting_mturk/pyproject.toml

17 lines
350 B
TOML

[tool.poetry]
name = "exhausting_mturk"
version = "0.1.0"
description = ""
authors = ["Ruben van de Ven <git@rubenvandeven.com>"]
[tool.poetry.dependencies]
python = "^3.9"
boto3 = "^1.17.105"
xmltodict = "^0.12.0"
coloredlogs = "^15.0.1"
PyYAML = "^5.4.1"
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"