This commit is contained in:
Trent N 2020-10-13 09:02:51 -07:00
parent 6df0bb9ce0
commit 749721bc4d
3 changed files with 143 additions and 1 deletions

16
pyproject.toml Normal file
View file

@ -0,0 +1,16 @@
[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"
[tool.poetry.dev-dependencies]
[build-system]
requires = ["poetry>=0.12"]
build-backend = "poetry.masonry.api"