Skip to content

Commit

Permalink
Update setup to include a few more requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
krzywon committed Jul 5, 2023
1 parent 4513832 commit 49b3aa7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@ def run(self):
required = [
'bumps>=0.7.5.9', 'periodictable>=1.5.0', 'pyparsing>=2.0.0',
'lxml', 'h5py', 'sasmodels==1.0.7', 'qt5reactor', 'twisted', 'typing-extensions>=4.5.0',
'pyopenssl', 'cryptography<39.0'
'pyopenssl', 'cryptography<39.0', 'PyQt5', 'service-identity'
]

if os.name == 'nt':
Expand Down

0 comments on commit 49b3aa7

Please sign in to comment.