forked from w4af/w4af
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPipfile
79 lines (76 loc) · 1.65 KB
/
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
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
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
configparser = "*"
distro = "*"
pyclamd = "*"
pygithub = "*"
gitpython = "*"
phply = "*"
nltk = "*"
chardet = "*"
tblib = "*"
pdfminer = "*"
pyopenssl = "==22.1.0"
ndg-httpsclient = "*"
pyasn1 = "*"
lxml = "*"
scapy = "*"
cluster = "*"
msgpack = "*"
python-ntlm3 = "*"
jinja2 = "*"
markdown = "*"
psutil = "*"
ds-store = "*"
termcolor = "*"
pyyaml = "*"
tldextract = "*"
pebble = "*"
diff-match-patch = "*"
bravado-core = "*"
lz4 = "*"
vulners = "*"
ipaddresses = "*"
xdot = "*"
urllib3 = "*"
xunitparser = "*"
apispec = "*"
memory-profiler = "*"
marshmallow = "*"
pypi-simple = "*"
apispec-webframeworks = "*"
flask = "*"
jellyfish = "*"
yappi = "*"
soappy = "*"
ujson = "*"
polyglot = "*"
numpy = "*"
pyicu = "*"
pycld2 = "*"
morfessor = "*"
pillow = "*"
bloom-filter2 = "*"
vulndb = {ref = "bee4f4f5222741a8119e7e214de83b340d44fb27", git = "https://github.com/w4af/vulndb-python-sdk"}
httpretty = {ref = "bugfix/remove-pyopenssl-deprecation-warning", git = "https://github.com/w4af/HTTPretty"}
pyahocorasick = "*"
hyperscan = "*"
darts-util-lru = {editable = true, ref = "95926f06782ba1f645993aa261fdda9833d4e8fb", git = "https://github.com/w4af/DartsPyLRU"}
nocasedict = "*"
netlib = {ref = "929ee00daf5feb924295341f1c69b05e91dc67eb", git = "https://github.com/w4af/netlib"}
mitmproxy = {ref = "7127c9f48b6171512f7c22a04a01943edd43a1cd", git = "https://github.com/w4af/mitmproxy"}
[dev-packages]
pylint = "*"
pytest = "*"
pytest-cov = "*"
pytest-rerunfailures = "*"
pytest-split = "*"
pytest-timeout = "*"
pyright = "*"
pytest-profiling = "*"
pytest-xdist = "*"
[requires]
python_version = "3.11"