Skip to content

Commit

Permalink
set pydantic as sslyze extra in setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
devl00p committed Jan 16, 2023
1 parent 83fb41d commit 2d221db
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -124,13 +124,13 @@ def run_tests(self):
"pyasn1==0.4.8",
"arsenic==21.8",
"pyasn1==0.4.8",
"pydantic==1.10.2", # This is to avoid a conflict with sslyze
],
extras_require={
"NTLM": ["httpx-ntlm"],
"sslyze": [
"sslyze==5.0.6",
"humanize==4.4.0"
"humanize==4.4.0",
"pydantic==1.10.2", # This is to avoid a conflict with sslyze
]
},
entry_points={
Expand Down

0 comments on commit 2d221db

Please sign in to comment.