-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathrequirements.txt
90 lines (68 loc) · 1.28 KB
/
requirements.txt
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
# automon
#git+https://github.com/TheShellLand/automonisaur.git
#automonisaur
# base
requests>=2.26.0
xmltodict>=0.12.0
deprecation>=2.1.0
# airport
beautifulsoup4>=4.10.0
lxml>=4.7.1
# datadog
ddtrace>=2.7.6
# datascience
pandas>=1.1.5
jupyterlab>=3.1.9
numpy>=1.19.5
swifter>=1.0.9
# elasticsearch
elasticsearch>=7.14.0
# flask
Flask>=2.0.1
Flask-Login>=0.5.0
Flask-WTF>=0.15.1
bcrypt>3.1.7
# google
google-api-python-client>=2.39.0
google-auth-httplib2>=0.1.0
google-auth-oauthlib>=0.5.0
# minio
minio>=7.1.0
# neo4j
neo4j>=4.4.9
# openstack swift
python-keystoneclient>=4.2.0
python-swiftclient>=3.12.0
# opentelemetry
opentelemetry-distro==0.43b0
opentelemetry-exporter-otlp==1.22.0
opentelemetry-instrumentation-logging==0.43b0
# workaround
git+https://github.com/open-telemetry/[email protected]#subdirectory=instrumentation/opentelemetry-instrumentation-aiohttp-server
# splunk soar
pytz>=2021.1
# selenium
selenium>=3.141.0
beautifulsoup4>=4.10.0
# sentry.io
sentry-sdk>=1.5.1
# scrapy
Scrapy>=2.6.0
# slack
slackclient>=2.9.3
# splunk
splunk-sdk>=1.6.16
# swimlane
#swimlane>=10.14.0
# unit testing
pytest>=6.2.4
pytest-cov>=2.12.1
coverage>=5.4
# pypi
setuptools
wheel
twine
psutil>=5.8.0
urllib3>=1.26.6
# fix nested asyncio loop
nest-asyncio>=1.5.1