mirror of
https://github.com/Death916/emailtrade.git
synced 2026-04-10 03:04:40 -07:00
16 lines
388 B
TOML
16 lines
388 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"
|
|
krakenex = "^2.1.0"
|
|
pykrakenapi = "^0.2.1"
|
|
|
|
[build-system]
|
|
requires = ["poetry>=0.12"]
|
|
build-backend = "poetry.masonry.api"
|