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 21
21
instSUDS = input ('\n Do you want to install all dependencies and check all their versions (y/n)? ' )
22
22
instSUDS = instSUDS .lower ()
23
23
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
25
25
# Prevents invoking pip by an old script wrapper (https://github.com/pypa/pip/issues/5599)
26
26
import os
27
27
import subprocess
Original file line number Diff line number Diff line change 7
7
8
8
setup (
9
9
name = 'RFEM' ,
10
- version = '1.20.3 ' ,
10
+ version = '1.20.4 ' ,
11
11
description = 'Python Framework for RFEM6 Web Services' ,
12
12
long_description = readme ,
13
13
long_description_content_type = "text/markdown" ,
You can’t perform that action at this time.
0 commit comments