2022-08-14 20:41:58 +02:00
|
|
|
[tool.poetry]
|
|
|
|
|
name = "metadex"
|
|
|
|
|
version = "0.1.0"
|
|
|
|
|
description = ""
|
|
|
|
|
authors = ["ducklet <ducklet@noreply.code.dumpr.org>"]
|
|
|
|
|
|
|
|
|
|
[tool.poetry.dependencies]
|
|
|
|
|
python = "^3.8"
|
|
|
|
|
SQLAlchemy = "^1.4.35"
|
2022-12-22 00:46:29 +01:00
|
|
|
wcwidth = "^0.2.5"
|
2022-08-14 20:41:58 +02:00
|
|
|
|
|
|
|
|
[tool.poetry.dev-dependencies]
|
|
|
|
|
|
|
|
|
|
[build-system]
|
|
|
|
|
requires = ["poetry-core>=1.0.0"]
|
|
|
|
|
build-backend = "poetry.core.masonry.api"
|