mirror of
https://github.com/torproject/torbrowser-launcher.git
synced 2024-11-27 03:20:33 +00:00
Add install_requires to setup.py
This commit is contained in:
parent
7202407c6f
commit
71142f7999
2
.github/workflows/python.yml
vendored
2
.github/workflows/python.yml
vendored
@ -12,7 +12,7 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- name: Install system dependencies
|
- name: Install system dependencies
|
||||||
run: sudo apt-get install gettext python3
|
run: sudo apt-get install gettext python3 libgpgme-dev
|
||||||
- name: Install python dependencies
|
- name: Install python dependencies
|
||||||
run: sudo pip3 install .
|
run: sudo pip3 install .
|
||||||
- name: Build torbrowser-launcher
|
- name: Build torbrowser-launcher
|
||||||
|
7
setup.py
7
setup.py
@ -118,4 +118,11 @@ Browser.
|
|||||||
packages=["torbrowser_launcher"],
|
packages=["torbrowser_launcher"],
|
||||||
scripts=["torbrowser-launcher"],
|
scripts=["torbrowser-launcher"],
|
||||||
data_files=datafiles,
|
data_files=datafiles,
|
||||||
|
install_requires=[
|
||||||
|
'gpg',
|
||||||
|
'packaging',
|
||||||
|
'PyQt5',
|
||||||
|
'requests',
|
||||||
|
'PySocks',
|
||||||
|
],
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user