-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy pathsetup.cfg
More file actions
40 lines (39 loc) · 866 Bytes
/
setup.cfg
File metadata and controls
40 lines (39 loc) · 866 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
39
40
[metadata]
name = pwb-toolbox
version = 0.1.28
author = Your Name
author_email = hello@paperswithbacktest.com
description = A toolbox library for quant traders
long_description = file: README.md
long_description_content_type = text/markdown
url = https://github.com/paperswithbacktest/pwb-toolbox
license = MIT
classifiers =
Programming Language :: Python :: 3
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
License :: OSI Approved :: MIT License
Operating System :: OS Independent
[options]
packages = find:
python_requires = >=3.10
install_requires =
backtrader
beautifulsoup4
ccxt
click
datasets
deap
ffn
huggingface_hub
ib_insync
matplotlib
numpy
pandas
python-dateutil
requests
scikit-learn
scipy
tqdm
transformers
webdriver_manager