emailtrade/pyproject.toml
2020-10-15 09:29:55 -07:00

14 lines
345 B
TOML

[tool.poetry]
name = "emailtrade"
version = "0.2.0"
description = "Start trades automatically absed on tradingview alert emails"
authors = ["Trent N <tavn1992@gmail.com>"]
[tool.poetry.dependencies]
python = "^3.8"
imapclient = "^2.1.0"
python-bittrex = "^0.3.0"
[build-system]
requires = ["poetry>=0.12"]
build-backend = "poetry.masonry.api"