Skip to content

Commit

Permalink
chore: create poetry env
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelampc committed Aug 24, 2022
1 parent c2ae406 commit 1292b29
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
[tool.poetry]
name = "privacy-by-design-semseg"
version = "0.1.0"
description = "Semantic segmentation experiments with Pytorch"
authors = ["Marcela <[email protected]>"]
license = "MIT"

[tool.poetry.dependencies]
python = "^3.8"

[tool.poetry.dev-dependencies]

[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"

0 comments on commit 1292b29

Please sign in to comment.