forked from AICoE/log-anomaly-detector
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPipfile
48 lines (44 loc) · 824 Bytes
/
Pipfile
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
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[dev-packages]
pylint = "*"
"flake8" = "*"
pydocstyle = "*"
"pep8" = "*"
pytest = "*"
pytest-cov = "*"
black = "*"
coala = "*"
openshift = "*"
pytest-sugar = "*"
pytest-xdist = "*"
[packages]
"elasticsearch5" = "*"
gensim = "*"
matplotlib = "*"
numpy = "*"
pandas = "*"
scikit-learn = "*"
scipy = "*"
tqdm = "*"
prometheus-client = "*"
sompy = {git = "https://github.com/sevamoo/SOMPY.git",ref = "76b60ebd6ffd550b0f7faaf632451dfd68827bf7"}
boto3 = "*"
Flask = "*"
Click = "*"
pyyaml = "*"
Flask-SQLAlchemy = "*"
PyMySQL = "*"
numba = "*"
kafka-python = "*"
jaeger-client = "*"
opentracing_instrumentation = "*"
cryptography = "*"
prometheus_flask_exporter = "*"
gunicorn = "*"
[requires]
python_version = "3.6"
[pipenv]
allow_prereleases = true