Skip to content

Commit

Permalink
fix: 同步requirment.txt 依赖到 setup.py, 添加pyopenssl
Browse files Browse the repository at this point in the history
  • Loading branch information
douniwan5788 committed Mar 26, 2020
1 parent 51040de commit 8809b65
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,11 @@ def read(fname):
packages=find_packages(exclude=['contrib', 'docs', 'tests']),

install_requires=[
"pyelftools",
"cigam",
"xmltodict",
"cigam",
"pyelftools",
"pyopenssl",
"anytree",
"TextWizard"
"TextWizard",
],
)

0 comments on commit 8809b65

Please sign in to comment.