File: 01-removes-install-requires.patch

package info (click to toggle)
plotly 3.6.1%2Bdfsg1-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 68,392 kB
  • sloc: python: 259,604; sh: 58; makefile: 4
file content (20 lines) | stat: -rw-r--r-- 658 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Description: Removes install_requires in order to avoid automatic package
 installation with some Python package managers.
Author: Josue Ortega <josue@debian.org>
Last-update: 2018-11-25

--- a/setup.py
+++ b/setup.py
@@ -284,12 +284,6 @@
           ]),
           ('etc/jupyter/nbconfig/notebook.d', ['plotlywidget.json']),
       ],
-      install_requires=['decorator>=4.0.6',
-                        'nbformat>=4.2',
-                        'pytz',
-                        'requests',
-                        'retrying>=1.3.3',
-                        'six'],
       zip_safe=False,
       cmdclass={
           'build_py': js_prerelease(build_py),