-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathsetup.cfg
More file actions
38 lines (36 loc) · 938 Bytes
/
Copy pathsetup.cfg
File metadata and controls
38 lines (36 loc) · 938 Bytes
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
[metadata]
name = moonship
version = attr: moonship.core.__version__
description = High-frequency cryptocurrency trading engine
long_description = High-frequency cryptocurrency trading engine
author = Marlon Paulse
author_email = mpaulse@gmail.com
license = BSD-2-Clause
license_files =
LICENSE
url = https//github.com/mpaulse/moonship
platform = any
classifiers =
Development Status :: 5 - Production/Stable
Environment :: Console
Intended Audience :: Financial and Insurance Industry
Operating System :: OS Independent
Programming Language :: Python :: 3.12
Topic :: Office/Business :: Financial
[options]
packages = find_namespace:
python_requires = >=3.12
install_requires =
aiohttp
aiohttp_session[aioredis]
aiolimiter
aiosmtplib
bcrypt
nanoid
pyyaml
redis
rule-engine
sortedcontainers
[options.entry_points]
console_scripts =
moonship = moonship.core:launch