]> git.lizzy.rs Git - torbrowser-launcher.git/blobdiff - setup.py
Add install_requires to setup.py
[torbrowser-launcher.git] / setup.py
index 67e126e20a8b3c9e66b700d02f66f396dfffaeec..4e06e60020b982973076cbd3f574dc9cecda38a4 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -118,4 +118,11 @@ Browser.
     packages=["torbrowser_launcher"],
     scripts=["torbrowser-launcher"],
     data_files=datafiles,
+    install_requires=[
+        'gpg',
+        'packaging',
+        'PyQt5',
+        'requests',
+        'PySocks',
+    ],
 )