Skip to content

Commit

Permalink
Make dependencies consistant
Browse files Browse the repository at this point in the history
  • Loading branch information
Slokilla authored and bretfourbe committed Dec 20, 2023
1 parent 77862b4 commit 35071dc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
5 changes: 2 additions & 3 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ verify_ssl = true
[dev-packages]
pytest = ">=7.1.3"
respx = "==0.20.1"
pytest-asyncio = ">=0.20.1"
pytest-asyncio = "==0.20.1"
pytest-cov = ">=4.0.0"

[packages]
Expand All @@ -20,15 +20,14 @@ dnspython = "==2.3.0"
h11 = ">=0.14.0"
httpcore = "==0.17.2"
"httpx[brotli, socks]" = "==0.24.1"
httpx_ntlm = ">=1.1.0"
httpx-ntlm = ">=1.1.0"
humanize = "==4.4.0"
loguru = ">=0.5.3"
mako = ">=1.1.4"
markupsafe = "==2.1.1"
mitmproxy = ">=10.1.1"
pyasn1 = "==0.4.8"
pydantic = "==1.10.2"
pytest = ">=5.4.1"
six = ">=1.15.0"
sslyze = "==5.1.1"
sqlalchemy = ">=1.4.26"
Expand Down
5 changes: 3 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,14 +33,14 @@ classifiers = [
]
dependencies = [
"aiocache==0.12.0",
"aiohttp==3.8.5",
"aiohttp==3.8.6",
"aiosqlite==0.17.0",
"arsenic==21.8",
"beautifulsoup4>=4.12.2",
"browser-cookie3==0.19.1",
"dnspython==2.3.0",
"h11>=0.14.0",
"httpcore>=0.17.2",
"httpcore==0.17.2",
"httpx[brotli, socks]==0.24.1",
"httpx-ntlm>=1.1.0",
"loguru>=0.5.3",
Expand All @@ -51,6 +51,7 @@ dependencies = [
"six>=1.15.0",
"sqlalchemy>=1.4.26",
"tld>=0.12.5",
"typing-extensions==4.4.0",
"yaswfp>=0.9.3"
]

Expand Down

0 comments on commit 35071dc

Please sign in to comment.