forked from wapiti-scanner/wapiti
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPipfile
39 lines (36 loc) · 752 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
[[source]]
name = "pypi"
url = "https://pypi.org/simple"
verify_ssl = true
[dev-packages]
pytest = ">=7.1.3"
respx = "==0.20.1"
pytest-asyncio = ">=0.20.1"
pytest-cov = ">=2.11.1"
[packages]
"httpx[brotli, socks]" = "==0.23.3"
beautifulsoup4 = ">=4.10.0"
mako = ">=1.1.4"
markupsafe = "==2.1.1"
pytest = ">=5.4.1"
tld = ">=0.12.5"
yaswfp = ">=0.9.3"
six = ">=1.15.0"
browser-cookie3 = "==0.16.2"
sqlalchemy = ">=1.4.26"
aiocache = "==0.12.0"
aiosqlite = "==0.17.0"
loguru = ">=0.5.3"
dnspython = "==2.3.0"
httpcore = "==0.16.3"
sslyze = "==5.1.1"
humanize = "==4.4.0"
mitmproxy = "==9.0.0"
typing-extensions = "==4.4.0"
h11 = "==0.14"
arsenic = "==21.8"
pyasn1 = "==0.4.8"
aiohttp = "==3.8.4"
pydantic = "==1.10.2"
[requires]
python_version = "3.9"