mirror of
https://github.com/Death916/emailtrade.git
synced 2026-04-10 03:04:40 -07:00
poetry
This commit is contained in:
parent
6df0bb9ce0
commit
749721bc4d
3 changed files with 143 additions and 1 deletions
16
pyproject.toml
Normal file
16
pyproject.toml
Normal 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"
|
||||
Loading…
Add table
Add a link
Reference in a new issue