Skip to content

Commit

Permalink
update build settings
Browse files Browse the repository at this point in the history
  • Loading branch information
danielfett committed Sep 14, 2023
1 parent a177503 commit 0889b5b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,12 @@ license = "AGPL-3.0"
readme = "README.md"

[tool.poetry.dependencies]
python = "^3.6"
python = "^3.7"
nassl = ">=3.1.0,<4.0.0"
sslyze = ">=3.1.0,<4.0.0"
requests = "^2.31.0"
cryptography = ">=2.8"
tabulate = "^0.9.0"
dataclasses = "^0.8"


[build-system]
Expand Down
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,13 @@
author='Daniel Fett',
author_email='[email protected]',
packages=find_packages(exclude=['tests']),
python_requires='>=3.6',
python_requires='>=3.7',
install_requires=[
'nassl>=3.1.0,<4.0.0',
'sslyze>=3.1.0,<4.0.0',
'requests',
'cryptography>=2.8',
'tabulate',
'dataclasses',
],
entry_points={
"console_scripts": ["tlsprofiler=tlsprofiler.cli:main"]
Expand Down

0 comments on commit 0889b5b

Please sign in to comment.