-
Notifications
You must be signed in to change notification settings - Fork 0
/
setup.cfg
62 lines (59 loc) · 1.43 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
[bdist_wheel]
universal = 1
[metadata]
name = FuzzManager
version = 0.4.0
author = Christian Holler
description = A fuzzing management tools collection
license = MPL 2.0
url = https://github.com/MozillaSecurity/FuzzManager
maintainer = Mozilla Fuzzing Team
maintainer_email = [email protected]
classifiers =
Intended Audience :: Developers
License :: OSI Approved :: Mozilla Public License 2.0 (MPL 2.0)
Operating System :: OS Independent
Programming Language :: Python
Programming Language :: Python :: 2
Programming Language :: Python :: 2.7
Programming Language :: Python :: 3
Programming Language :: Python :: 3.5
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Topic :: Software Development :: Testing
Topic :: Security
keywords = fuzz fuzzing security test testing
[options]
install_requires =
fasteners>=0.14.1
requests>=2.20.1
six>=1.12.0
packages =
Collector
CovReporter
EC2Reporter
FTB
FTB.Running
FTB.Signatures
Reporter
TaskStatusReporter
[options.extras_require]
dev =
tox>=3.2
test =
# these are broad requirements. tox uses frozen requirements in server/requirements.txt
boto3
celery
django
django-chartjs
djangorestframework
laniakea
pytest
pytest-cov
pytest-django
pytest-flake8
pytest-mock
pytest-pythonpath
pyyaml
redis