forked from OWASP/cornucopia
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathPipfile
More file actions
33 lines (30 loc) · 631 Bytes
/
Pipfile
File metadata and controls
33 lines (30 loc) · 631 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
[[source]]
name = "pypi"
url = "https://pypi.org/simple"
verify_ssl = true
[dev-packages]
black = "==24.2.0"
coverage = "==7.4.1"
flake8 = "==7.0.0"
httpretty = "==1.1.4"
mypy = "==1.8.0"
pytest = "==8.0.0"
pytest-cov = "==4.1.0"
freezegun = "==1.4.0"
[packages]
idna = "==3.6"
pypng = "==0.20220715.0"
qrcode = "==7.4.2"
requests = "==2.31.0"
types-requests = "==2.31.0.20240125"
typing_extensions = "==4.8.0"
urllib3 = "==2.2.0"
charset-normalizer = "==3.3.2"
python-docx = "==1.1.0"
PyYAML = "==6.0.1"
pyqrcode = "==1.2.1"
types-PyYAML = "==6.0.12.12"
docx2pdf = "==0.1.8"
lxml = "==5.1.0"
[requires]
python_version = "3.10"