File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 2121 instSUDS = input ('\n Do you want to install all dependencies and check all their versions (y/n)? ' )
2222 instSUDS = instSUDS .lower ()
2323 if instSUDS == 'y' :
24- # Subprocess will be opened in cmd and closed automaticaly after installation.
24+ # Subprocess will be opened in cmd and closed automaticaly after installation. Only needed packages
2525 # Prevents invoking pip by an old script wrapper (https://github.com/pypa/pip/issues/5599)
2626 import os
2727 import subprocess
Original file line number Diff line number Diff line change 77
88setup (
99 name = 'RFEM' ,
10- version = '1.20.3 ' ,
10+ version = '1.20.4 ' ,
1111 description = 'Python Framework for RFEM6 Web Services' ,
1212 long_description = readme ,
1313 long_description_content_type = "text/markdown" ,
You can’t perform that action at this time.
0 commit comments