init: Initial Commit
This commit is contained in:
17
services/backend/pyproject.toml
Normal file
17
services/backend/pyproject.toml
Normal file
@@ -0,0 +1,17 @@
|
||||
[tool.poetry]
|
||||
name = "guessit_backend"
|
||||
version = "0.1.0"
|
||||
description = ""
|
||||
authors = ["Fran <fran@xyvs.io>"]
|
||||
readme = "README.md"
|
||||
|
||||
[tool.poetry.dependencies]
|
||||
python = "^3.10"
|
||||
flask = "^3.0.0"
|
||||
guessit = "^3.8.0"
|
||||
flask-cors = "^4.0.0"
|
||||
|
||||
|
||||
[build-system]
|
||||
requires = ["poetry-core"]
|
||||
build-backend = "poetry.core.masonry.api"
|
||||
Reference in New Issue
Block a user