-
-
Notifications
You must be signed in to change notification settings - Fork 17
/
pyproject.toml
50 lines (44 loc) · 1.96 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-rest-api"
version = "2.6.1"
description = "A Python SDK by LUCIT to use the Binance REST API`s (com+testnet, com-margin+testnet, com-isolated_margin+testnet, com-futures+testnet, us, tr) in a simple, fast, flexible, robust and fully-featured way."
authors = ["LUCIT Systems and Development <[email protected]>"]
license = "LSOSL - LUCIT Synergetic Open Source License"
readme = "README.md"
homepage = "https://www.lucit.tech/unicorn-binance-rest-api.html"
documentation = "https://unicorn-binance-rest-api.docs.lucit.tech"
repository = "https://github.com/LUCIT-Systems-and-Development/unicorn-binance-rest-api"
[tool.poetry.urls]
'Howto' = 'https://www.lucit.tech/unicorn-binance-rest-api.html#howto'
'Documentation' = 'https://unicorn-binance-rest-api.docs.lucit.tech'
'Wiki' = 'https://github.com/LUCIT-Systems-and-Development/unicorn-binance-rest-api/wiki'
'Author' = 'https://www.lucit.tech'
'Changes' = 'https://unicorn-binance-rest-api.docs.lucit.tech/changelog.html'
'License' = 'https://unicorn-binance-rest-api.docs.lucit.tech/license.html'
'Issue Tracker' = 'https://github.com/LUCIT-Systems-and-Development/unicorn-binance-rest-api/issues'
'Telegram' = 'https://t.me/unicorndevs'
'Chat' = 'https://app.gitter.im/#/room/#unicorn-binance-rest-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.7.0"
Cython = "*"
requests = ">=2.31.0"
simplejson = "*"
certifi = ">=2023.7.22"
colorama = "*"
cryptography = ">=42.0.4"
dateparser = "*"
lucit-licensing-python = ">=1.8.2"
pyopenssl = "*"
pysocks = "*"
regex = "*"
service-identity = "*"
ujson = "*"
[tool.poetry.dev-dependencies]
[build-system]
requires = ["setuptools", "wheel", "Cython", "pip", "mypy"]
build-backend = "setuptools.build_meta"
[tool.poetry.scripts]
[tool.poetry.package_data]
unicorn_binance_rest_api = ["*.so", "*.dll", "*.py", "*.pyd", "*.pyi"]