-
-
Notifications
You must be signed in to change notification settings - Fork 30
/
Pipfile
53 lines (49 loc) · 983 Bytes
/
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
[[source]]
name = "pypi"
url = "https://pypi.org/simple"
verify_ssl = true
[packages]
aenum = "*"
chardet = "*"
dictdumper = "~=0.8.4"
emoji = "*"
tbtrim = "~=0.3.1"
[dev-packages]
pypcapkit = {editable = true,path = "."}
pyshark = "*"
dpkt = "*"
scapy = "*"
beautifulsoup4 = {extras = ["html5lib"],version = "*"}
requests = {extras = ["socks"],version = "*"}
autopep8 = "*"
bandit = "*"
mypy = "*"
pylint = "*"
ipython = "*"
coverage = "*"
codecov = "*"
sphinx = "*"
sphinx-autobuild = "*"
sphinx-autodoc-typehints = "*"
furo = "*"
sphinxext-opengraph = "*"
sphinx-copybutton = "*"
sphinxcontrib-mermaid = "*"
rstcheck = {extras = ["sphinx","toml"],version = "*"}
esbonio = "*"
vermin = "*"
types-chardet = "*"
types-docutils = "*"
types-emoji = "*"
types-requests = "*"
types-urllib3 = "*"
types-setuptools = "*"
pybind11 = {extras = ["global"],version = "*"}
snakeviz = "*"
tuna = "*"
build = "*"
twine = "*"
[requires]
python_version = "3"
[pipenv]
#allow_prereleases = true