forked from OWASP/cornucopia
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathPipfile
More file actions
40 lines (37 loc) · 792 Bytes
/
Pipfile
File metadata and controls
40 lines (37 loc) · 792 Bytes
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
[[source]]
name = "pypi"
url = "https://pypi.org/simple"
verify_ssl = true
[dev-packages]
black = "==26.3.1"
coverage = "==7.13.5"
flake8 = "==7.3.0"
httpretty = "==1.1.4"
mypy = "==1.19.1"
pytest = "==9.0.2"
pytest-cov = "==7.0.0"
freezegun = "==1.5.5"
security = "==1.3.1"
types-pyyaml = "==6.0.12.20250915"
[packages]
idna = "==3.11"
pypng = "==0.20220715.0"
qrcode = "==8.2"
requests = "==2.32.5"
types-requests = "==2.32.4.20260107"
typing_extensions = "==4.8.0"
urllib3 = "==2.6.3"
charset-normalizer = "==3.4.6"
python-docx = "==1.1.0"
PyYAML = "==6.0.1"
pyqrcode = "==1.2.1"
docx2pdf = "==0.1.8"
lxml = "==6.0.1"
defusedxml = "==0.7.1"
types-defusedxml = "==0.7.0.20250822"
pathvalidate = "==3.3.1"
security = "==1.3.1"
colorama = "*"
mypy = "*"
[requires]
python_version = "3.12"