20 lines
419 B
TOML
20 lines
419 B
TOML
|
[tool.poetry]
|
||
|
name = "cammiechat"
|
||
|
version = "0.1.0"
|
||
|
description = ""
|
||
|
authors = ["Midgard <midgard@zeus.ugent.be>", "Robbe <robbevanherck@zeus.ugent.be>"]
|
||
|
|
||
|
[tool.poetry.dependencies]
|
||
|
python = "^3.6"
|
||
|
gunicorn = "^20.0.4"
|
||
|
flask = "^1.1.1"
|
||
|
python-mpd2 = "^1.0.0"
|
||
|
flask-socketio = "^4.2.1"
|
||
|
eventlet = "^0.25.1"
|
||
|
|
||
|
[tool.poetry.dev-dependencies]
|
||
|
|
||
|
[build-system]
|
||
|
requires = ["poetry>=0.12"]
|
||
|
build-backend = "poetry.masonry.api"
|