22 lines
435 B
TOML
22 lines
435 B
TOML
|
[tool.poetry]
|
||
|
name = "rps-cv"
|
||
|
version = "0.0.1"
|
||
|
description = "Try it out live!"
|
||
|
authors = ["Artur Tamborski <arttam@st.amu.edu.pl>"]
|
||
|
|
||
|
[tool.poetry.dependencies]
|
||
|
python = "^3.6"
|
||
|
uvloop = "^0.13.0"
|
||
|
aiortc = "^0.9.22"
|
||
|
aiohttp = "^3.6.2"
|
||
|
opencv-python = "^4.1.1.26"
|
||
|
docker-compose = "^1.24.1"
|
||
|
|
||
|
[tool.poetry.dev-dependencies]
|
||
|
pytest = "^3.0"
|
||
|
flake8 = "^3.7"
|
||
|
|
||
|
[build-system]
|
||
|
requires = ["poetry>=0.12"]
|
||
|
build-backend = "poetry.masonry.api"
|