forked from scalyr/scalyr-agent-2
-
Notifications
You must be signed in to change notification settings - Fork 0
/
dev-requirements-new.txt
71 lines (57 loc) · 1.61 KB
/
dev-requirements-new.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
# This file contains absolutely all requirements that may be needed by any component of this project including
# testing and building requirements.
# All requirements are separated to certain groups or components that are used for a particular reason.
# Each such component has to begin with a special comment - '<COMPONENT:COMPONENT_NAME>'.
# Agent's common requirements. Expected to installed on any type of agent.
# <COMPONENT:COMMON>
requests==2.28.1
python-dateutil==2.8.2
repoze.lru==0.7
six==1.14.0
# Required for redis monitor.
redis==2.10.5
# Required for mysql monitor
PyMySQL==0.9.3
# Required for postgres monitor
pg8000==1.10.6
# Required for snmp monitor
pysnmp==4.3.0
docker==6.0.0; python_version >= '3.7'
# Used for performance optimized versions of rfc3339_to_* functions
# NOTE: Not supported on windows
udatetime==0.0.17; platform_system != 'Windows'
psutil==5.7.0
# Agent's common requirements, but only for platform-dependent types of agent.
# <COMPONENT:COMMON_PLATFORM_DEPENDENT>
orjson==3.8.0; platform_system != 'Darwin'
zstandard==0.19.0
lz4==4.0.2
# Agent build requirements.
# <COMPONENT:BUILD>
PyInstaller==5.6.2
# Dev and testing requirements.
# <COMPONENT:DEV_COVERAGE>
coverage==4.5.4
# <COMPONENT:DEV_COMMON>
# Testing tools and libraries
boto3==1.26.17
paramiko==2.12.0
mock==3.0.5
pytest==7.1.2
pytest-coverage
pytest-timeout==1.3.4
requests_mock==1.9.3
pygal==3.0.0
pytest-benchmark==4.0.0
pytest-xdist==1.31.0
decorator==4.4.1
requests-mock==1.9.3
docker==6.0.0
flask==2.0.3
Jinja2==3.0.3
itsdangerous==2.0.1
Werkzeug==2.0.3
more-itertools==8.5.0
distro==1.6.0
xmltodict==0.13.0
syslogmp==0.3