forked from schubergphilis/awsfindingsmanagerlib
-
Notifications
You must be signed in to change notification settings - Fork 0
/
dev-requirements.txt
26 lines (26 loc) · 1.1 KB
/
dev-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
#
# Please do not manually update this file since the requirements are managed
# by pipenv through Pipfile and Pipfile.lock .
#
# This file is created and managed automatically by the template and it is left
# here only for backwards compatibility reasons with python's ecosystem.
#
# Please use Pipfile to update the requirements.
#
sphinx>=8.1.0 ; python_version >= '3.10'
sphinx-rtd-theme>=3.0.1 ; python_version >= '3.8'
prospector>=1.12.1 ; python_version >= '3.9' and python_version < '4.0'
coverage>=7.6.2 ; python_version >= '3.9'
pynose>=1.5.3 ; python_version >= '3.7'
nose-htmloutput>=0.6.0
tox>=4.21.2 ; python_version >= '3.8'
betamax>=0.9.0 ; python_full_version >= '3.8.1'
betamax-serializers~=0.2.1
semver>=3.0.2 ; python_version >= '3.7'
gitwrapperlib>=1.0.4
twine>=5.1.1 ; python_version >= '3.8'
coloredlogs>=15.0.1 ; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4'
emoji>=2.14.0 ; python_version >= '3.7'
toml>=0.10.2 ; python_version >= '2.6' and python_version not in '3.0, 3.1, 3.2'
typing-extensions>=4.12.2 ; python_version >= '3.8'
setuptools>=75.1.0 ; python_version >= '3.8'