forked from Telecommuters/webcam_manager
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
437 B
22 lines
437 B
[tool.poetry]
|
|
name = "webcam_manager"
|
|
version = "0.1_alpha"
|
|
description = ""
|
|
authors = ["Your Name <you@example.com>"]
|
|
|
|
[tool.poetry.dependencies]
|
|
python = "^3.8"
|
|
imutils = "~=0.5.4"
|
|
opencv-contrib-python = "^4.5.1"
|
|
PySimpleGUI = "^4.37.0"
|
|
pyvirtualcam = "^0.5.0"
|
|
Pillow = "^8.1.2"
|
|
tk = "^0.1.0"
|
|
toml = "^0.10.2"
|
|
|
|
[tool.poetry.dev-dependencies]
|
|
|
|
[build-system]
|
|
requires = ["poetry-core>=1.0.0"]
|
|
build-backend = "poetry.core.masonry.api"
|