aboutsummaryrefslogtreecommitdiff
path: root/comms/nanovna-saver/files/patch-setup.py
blob: 0396193802d849d29d3d378e741baf4b501ce546 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
--- setup.py.orig	2020-08-13 17:01:29 UTC
+++ setup.py
@@ -37,12 +37,5 @@ setup(
         'console_scripts': [
             'NanoVNASaver = NanoVNASaver.__main__:main'
         ],
-    },
-    install_requires=[
-        'pyserial',
-        'PyQt5',
-        'numpy',
-        'scipy<1.5',
-        'cython',
-    ],
+    }
 )