forked from bloXroute-Labs/solana-trader-client-python
-
Notifications
You must be signed in to change notification settings - Fork 0
/
setup.cfg
26 lines (24 loc) · 837 Bytes
/
setup.cfg
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
# https://setuptools.pypa.io/en/latest/userguide/declarative_config.html#declarative-config
# https://packaging.python.org/en/latest/tutorials/packaging-projects/
[metadata]
name = bxsolana-trader
version = 1.4.0
description = Python SDK for bloXroute's Solana Trader API
long_description = file: README.md, LICENSE
long_description_content_type = text/markdown
author = bloXroute Labs
author_email = [email protected]
url = https://github.com/bloXroute-Labs/solana-trader-client-python
keywords = serum, solana, blockchain, trader, grpc, stream
classifiers = Programming Language :: Python :: 3
[options]
packages = find:
install_requires =
aiohttp==3.8.1
betterproto[compiler]==1.2.5
grpclib==0.4.3
aiounittest==1.4.1
base58==2.1.1
solana==0.23.3
bx-jsonrpc-py==0.1.0
bxsolana-trader-proto==0.0.8