-
Notifications
You must be signed in to change notification settings - Fork 20
/
Copy pathsetup.cfg
91 lines (82 loc) · 1.81 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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
[metadata]
name = yahoo_panoptes
summary = Network Telemetry And Monitoring
long_description = file:README.md
long_description_content_type = text/markdown
author = Network Automation Team @ Verizon Media
author_email = network-automation@yahooinc.com
home_page = https://getpanoptes.io
classifiers =
Development Status :: 5 - Production/Stable
Environment :: No Input/Output (Daemon)
Intended Audience :: Other Audience
Operating System :: POSIX :: Linux
Programming Language :: Python :: 3
Programming Language :: Python :: 3.6
Programming Language :: Python
Topic :: System :: Networking :: Monitoring
license = Apache 2.0
[options]
python_requires = >= 3.6
install_requires =
cached-property
celery==4.4.7
Cerberus
configobj
faulthandler;python_version<"3.3"
future
gevent
hiredis
influxdb
ipaddress
json-schema-validator
kazoo
kafka-python==1.3.5
kombu==4.6.10
mmh3
pyparsing==2.4.7
ratelimitingfilter
redis
requests
yahoo_panoptes_snmp>=0.2.5.121
yapsy
packages = find:
[options.extras_require]
dev =
future
tox
nose
nose-cov
mock
mockredispy
requests-mock
snmpsim
testfixtures
zake
pycodestyle
pylint<2.0.0
doc_build =
sphinx<1.6.0
sphinx_rtd_theme
guzzle_sphinx_theme
recommonmark
pygments
[options.entry_points]
console_scripts =
panoptes_resource_manager=yahoo_panoptes.resources.manager:start
panoptes_influxdb_consumer=yahoo_panoptes.consumers.influxdb.consumer:start
[options.packages.find]
exclude =
setup
[build_sphinx]
source-dir = doc/source
build-dir = build/sphinx/html
all_files = 1
[pep8]
max-line-length = 120
ignore = E722, E126
exclude = migrations
[pycodestyle]
max-line-length = 120
ignore = E722, E126
exclude = migrations