Skip to content

Commit

Permalink
Improve requirements.txt file
Browse files Browse the repository at this point in the history
  • Loading branch information
nabla-c0d3 committed Mar 29, 2021
1 parent be71668 commit af72245
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ htmlcov/

# Pipenv
.venv
.venvln


*.py[cod]
Expand Down
6 changes: 5 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
nassl>=4.0.0,<5.0.0
cryptography>=2.6,<3.5
tls-parser>=1.2.2,<1.3.0
# To remove when we drop support for Python 3.7
typing_extensions ; python_version<'3.8'

# Dev dependencies
mypy
Expand All @@ -15,4 +17,6 @@ sphinx-autodoc-typehints
black==19.10b0
pytest-cov
faker
cx-freeze

# For building the Windows executable
cx-freeze; sys.platform == 'win32'

0 comments on commit af72245

Please sign in to comment.