Skip to content

Commit

Permalink
Update dependencies in setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
nabla-c0d3 committed Aug 27, 2018
1 parent b521b66 commit 017d88d
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 @@ -74,8 +74,8 @@ def get_include_files():

# Dependencies
install_requires=[
'nassl>=1.1.0,<1.2.0',
'cryptography==2.2.2',
'nassl>=2.1.0,<2.2.0',
'cryptography==2.3',
'tls-parser>=1.2.0,<1.3.0'
],

Expand Down

0 comments on commit 017d88d

Please sign in to comment.