We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 995aa13 commit ef3a208Copy full SHA for ef3a208
setup.py
@@ -81,7 +81,8 @@ def get_include_files():
81
install_requires=[
82
'nassl>=2.2.0,<2.3.0',
83
'cryptography==2.5',
84
- 'tls-parser>=1.2.0,<1.3.0'
+ 'tls-parser>=1.2.0,<1.3.0',
85
+ 'dataclasses', # To remove when we drop support for Python 3.6
86
],
87
88
# cx_freeze info for Windows builds with Python embedded
0 commit comments