File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -77,9 +77,9 @@ def relative(lst, base=''):
77
77
platform_requires = []
78
78
platform_dev_requires = []
79
79
if sys .platform == 'win32' or sys .platform == 'darwin' :
80
- platform_requires = ['pysdl2' ]
80
+ platform_requires = ['pysdl2==0.9.6 ' ]
81
81
if sys .platform == 'win32' :
82
- platform_dev_requires = ['cx_freeze' , 'jinja2' ]
82
+ platform_dev_requires = ['cx_freeze==5.1.1 ' , 'jinja2==2.10.3 ' ]
83
83
84
84
package_data = {
85
85
'cfclient.ui' : relative (glob ('src/cfclient/ui/*.ui' )),
@@ -129,9 +129,9 @@ def relative(lst, base=''):
129
129
130
130
install_requires = platform_requires + ['cflib>=0.1.8' ,
131
131
'appdirs>=1.4.0' ,
132
- 'pyzmq' ,
132
+ 'pyzmq==18.1.0 ' ,
133
133
'pyqtgraph>=0.10' ,
134
- 'PyYAML' ,
134
+ 'PyYAML==5.1.2 ' ,
135
135
'quamash==0.6.1' ,
136
136
'qtm>=2.0.2' ],
137
137
You can’t perform that action at this time.
0 commit comments