forked from LJMUAstroecology/flirpy
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpyproject.toml
More file actions
29 lines (26 loc) · 784 Bytes
/
pyproject.toml
File metadata and controls
29 lines (26 loc) · 784 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
[tool.poetry]
name = "flirpy"
version = "0.3.0"
description = "Flirpy is a Python library for controlling thermal imaging cameras"
authors = ["Josh Veitch-Michaelis <j.veitchmichaelis@gmail.com>"]
license = "MIT"
readme = "README.md"
homepage = "https://github.com/LJMUAstroEcology/flirpy"
repository = "https://github.com/LJMUAstroEcology/flirpy"
documentation = "https://flirpy.readthedocs.io/en/latest/?badge=latest"
include = ["flirpy/bin/**"]
[tool.poetry.dependencies]
python = "~2.7 || ^3.5"
pyserial = "^3.4"
tqdm = "^4.42"
opencv-python-headless = "^4.0"
pyudev = "^0.22.0"
psutil = "^5.6.7"
pyusb = "^1.0.2"
pyftdi = "^0.51.2"
[tool.poetry.dev-dependencies]
pytest = "^5.3"
pytest-cov = "^2.8"
#[build-system]
#requires = ["poetry"]
#build-backend = "poetry.masonry.api"