GGroenendaal's picture
Add poetry
ac1ff0d
raw
history blame
No virus
308 Bytes
[tool.poetry]
name = "nlp-flashcard-project"
version = "0.1.0"
description = ""
authors = ["Your Name <[email protected]>"]
[tool.poetry.dependencies]
python = "^3.8"
numpy = "^1.22.3"
[tool.poetry.dev-dependencies]
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"