-
-
Notifications
You must be signed in to change notification settings - Fork 164
/
pyproject.toml
50 lines (45 loc) · 2.09 KB
/
pyproject.toml
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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
[tool.poetry]
name = "unicorn-binance-websocket-api"
version = "2.9.0"
description = "A Python SDK by LUCIT to use the Binance Websocket API`s (com+testnet, com-margin+testnet, com-isolated_margin+testnet, com-futures+testnet, com-coin_futures, us, tr, dex/chain+testnet) in a simple, fast, flexible, robust and fully-featured way."
authors = ["LUCIT Systems and Development <info@lucit.tech>"]
license = "LSOSL - LUCIT Synergetic Open Source License"
readme = "README.md"
homepage = "https://www.lucit.tech/unicorn-binance-websocket-api.html"
documentation = "https://unicorn-binance-websocket-api.docs.lucit.tech"
repository = "https://github.com/LUCIT-Systems-and-Development/unicorn-binance-websocket-api"
[tool.poetry.urls]
'Howto' = 'https://www.lucit.tech/unicorn-binance-websocket-api.html#howto'
'Documentation' = 'https://unicorn-binance-websocket-api.docs.lucit.tech'
'Wiki' = 'https://github.com/LUCIT-Systems-and-Development/unicorn-binance-websocket-api/wiki'
'Author' = 'https://www.lucit.tech'
'Changes' = 'https://unicorn-binance-websocket-api.docs.lucit.tech/changelog.html'
'License' = 'https://unicorn-binance-websocket-api.docs.lucit.tech/license.html'
'Issue Tracker' = 'https://github.com/LUCIT-Systems-and-Development/unicorn-binance-websocket-api/issues'
'Telegram' = 'https://t.me/unicorndevs'
'Chat' = 'https://app.gitter.im/#/room/#unicorn-binance-websocket-api:gitter.im'
'Get Support' = 'https://www.lucit.tech/get-support.html'
'LUCIT Online Shop' = 'https://shop.lucit.services/software/unicorn-binance-suite'
[tool.poetry.dependencies]
python = ">=3.8.0"
cheroot = "*"
colorama = "*"
Cython = "*"
flask = "*"
flask_restful = "*"
lucit-licensing-python = ">=1.8.2"
orjson = "*"
psutil = "*"
PySocks = "*"
requests = ">=2.31.0"
simplejson = "*"
unicorn-fy = ">=0.14.2"
unicorn-binance-rest-api = ">=2.5.1"
websocket-client = "*"
websockets = "11.0.3"
[tool.poetry.dev-dependencies]
[build-system]
requires = ["setuptools", "wheel", "Cython", "pip", "mypy"]
build-backend = "setuptools.build_meta"
[tool.poetry.package_data]
"unicorn_binance_websocket_api" = ["*.so", "*.dll", "*.py", "*.pyd", "*.pyi"]