-
Notifications
You must be signed in to change notification settings - Fork 82
/
setup.cfg
68 lines (64 loc) · 1.8 KB
/
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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
[metadata]
name = notebooker
author = Man Quant Technology
author_email = [email protected]
description = Tool for parametrizing, executing, and displaying Jupyter Notebooks as reports.
long_description_content_type = text/markdown
license = AGPLv3
url = https://github.com/man-group/notebooker
classifiers =
Development Status :: 5 - Production/Stable
License :: OSI Approved :: GNU Affero General Public License v3
Framework :: Flask
Framework :: IPython
Framework :: Jupyter
Programming Language :: Python :: 3.6
Operating System :: POSIX
Operating System :: MacOS :: MacOS X
Operating System :: Microsoft :: Windows :: Windows 10
Topic :: Internet :: WWW/HTTP
Topic :: Internet :: WWW/HTTP :: WSGI :: Application
Topic :: Software Development :: Libraries
[options]
setup_requires =
six
numpy
install_requires =
requests
importlib-metadata; python_version < "3.8"
apscheduler
babel
cachelib
click>7.1.0
dataclasses; python_version < "3.8"
flask
gevent
gitpython
inflection
ipykernel
ipython
ipython_genutils
jupytext>=1.2.0
matplotlib
nbconvert
nbformat
pandas
papermill
pymongo
python-dateutil
requests
retrying
stashy
Werkzeug<2.2
[options.extras_require]
prometheus = prometheus_client
docs = docutils<0.18; sphinx==5.0.2; numpydoc; sphinxcontrib-httpdomain; sphinxcontrib-httpdomain; sphinx-click
test = openpyxl; pytest; mock; pytest-cov; pytest-timeout; pytest-xdist; pytest-server-fixtures; freezegun; hypothesis>=3.83.2
[flake8]
ignore = F401,E203,W504,W503
max-line-length = 160
exclude = tests/* notebooker/web/static/* notebooker/notebook_templates_example/*
[isort]
line_length=120
multi_line_output=3
known_third_party=jupytext,prometheus_client,pytest,freezegun