update packages
This commit is contained in:
parent
8414df1e1a
commit
1c6b33f5af
4
setup.py
4
setup.py
|
@ -71,7 +71,7 @@ setup(
|
|||
"hyperframe>=5.0, <6",
|
||||
"jsbeautifier>=1.6.3, <1.7",
|
||||
"kaitaistruct>=0.7, <0.8",
|
||||
"ldap3>=2.2.0, <=2.2.3",
|
||||
"ldap3>=2.2.0, <2.3",
|
||||
"passlib>=1.6.5, <1.8",
|
||||
"pyasn1>=0.1.9, <0.3",
|
||||
"pyOpenSSL>=16.0, <17.1",
|
||||
|
@ -112,7 +112,7 @@ setup(
|
|||
'contentviews': [
|
||||
],
|
||||
'examples': [
|
||||
"beautifulsoup4>=4.4.1, <4.6",
|
||||
"beautifulsoup4>=4.4.1, <4.7",
|
||||
"Pillow>=3.2, <4.2",
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue