source: flexoentity/pyproject.toml@ d6e75be

Last change on this file since d6e75be was d6e75be, checked in by Enrico Schwass <ennoausberlin@…>, 3 months ago

initial but without working tests

  • Property mode set to 100644
File size: 431 bytes
Line 
1[build-system]
2requires = ["poetry-core>=1.0.7"]
3build-backend = "poetry.core.masonry.api"
4
5[tool.poetry]
6name = "flexo"
7version = "0.0.1"
8authors = ["Enrico Enno Schwass <ennoausberlin@mac.com>"]
9description = "Core library providing unique lifecycle-aware IDs and entity base classes"
10readme = "README.md"
11license = "MIT"
12
13include = [
14 {path = 'tests/*.py'},
15]
16
17[tool.poetry.dependencies]
18python = "^3.10.6"
19pytest = "^7.1.3"
Note: See TracBrowser for help on using the repository browser.