File size: 652 Bytes
50bacee
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
[metadata]
license = MIT
license_file = LICENSE 
classifiers = 
    Programming Language :: Python :: 3.8
    Programming Language :: Python :: 3.9
    Programming Language :: Python :: 3.10
    Operating System :: OS Independent

[options]
install_requires =
    ensure>=1.0.2
    pandas>=2.0.2
    numpy>=1.24.4
    matplotlib>=3.7.5
    statsmodels>=0.14.1
    arch
    
python_requires = >=3.8

[options.extras_require]
testing = 
    pytest>=7.1.3
    mypy>=0.971
    flake8>=5.0.4
    tox>=3.25.1
    black>=22.8.0

[options.package_data]
dynamicts=py.typed

[flake8]
max-line-length = 160
exclude = __init__.py