##// END OF EJS Templates
feat(deps): remove deprecated and unmaintained paste and pastescripts
super-admin -
r5386:31364278 default
parent child Browse files
Show More
@@ -171,11 +171,6 b' nbconvert==7.7.3'
171 171 webencodings==0.5.1
172 172 traitlets==5.9.0
173 173 orjson==3.10.3
174 pastescript==3.6.0
175 paste==3.10.1
176 six==1.16.0
177 pastedeploy==3.1.0
178 six==1.16.0
179 174 premailer==3.10.0
180 175 cachetools==5.3.2
181 176 cssselect==1.2.0
@@ -279,12 +274,6 b' tzlocal==4.3'
279 274 unidecode==1.3.6
280 275 urlobject==2.4.3
281 276 waitress==3.0.0
282 weberror==0.13.1
283 paste==3.10.1
284 six==1.16.0
285 pygments==2.15.1
286 tempita==0.5.2
287 webob==1.8.7
288 277 webhelpers2==2.1
289 278 markupsafe==2.1.2
290 279 six==1.16.0
@@ -176,18 +176,11 b' setup('
176 176 ('public/**', 'ignore', None),
177 177 ]
178 178 },
179 paster_plugins=['PasteScript'],
179
180 180 entry_points={
181 181 'paste.app_factory': [
182 182 'main=rhodecode.config.middleware:make_pyramid_app',
183 183 ],
184 'paste.global_paster_command': [
185 'ishell=rhodecode.lib.paster_commands.ishell:Command',
186 'upgrade-db=rhodecode.lib.paster_commands.upgrade_db:UpgradeDb',
187
188 'setup-rhodecode=rhodecode.lib.paster_commands.deprecated.setup_rhodecode:Command',
189 'celeryd=rhodecode.lib.paster_commands.deprecated.celeryd:Command',
190 ],
191 184 'pyramid.pshell_runner': [
192 185 'ipython = rhodecode.lib.pyramid_shell:ipython_shell_runner',
193 186 ],
1 NO CONTENT: file was removed
1 NO CONTENT: file was removed
1 NO CONTENT: file was removed
1 NO CONTENT: file was removed
1 NO CONTENT: file was removed
1 NO CONTENT: file was removed
General Comments 0
You need to be logged in to leave comments. Login now