Skip to content
Snippets Groups Projects
Commit f7827b63 authored by inso's avatar inso
Browse files

Use requirements.txt instead of multiple pip install commands

parent b0560843
No related branches found
No related tags found
No related merge requests found
......@@ -51,15 +51,7 @@ install:
- source activate test-environment
- ldd $HOME/miniconda/envs/test-environment/lib/qt5/plugins/platforms/*.so
- pip install coveralls
- pip install pylibscrypt
- pip install libnacl
- pip install requests
- pip install base58
- pip install quamash
- pip install aiohttp
- pip install jsonschema
- pip install git+https://github.com/ucoin-io/ucoin-python-api.git
- pip install git+https://github.com/Insoleet/pretenders.git@develop
- pip install -r requirements.txt
- python gen_resources.py
- python gen_translations.py
- python setup.py build
......
......@@ -11,15 +11,7 @@ pyrcc5 -version
lrelease -version
pip install pylibscrypt
pip install libnacl
pip install requests
pip install base58
pip install git+https://github.com/Insoleet/quamash.git@sockets_only
pip install aiohttp
pip install jsonschema
pip install git+https://github.com/ucoin-io/ucoin-python-api.git
pip install pretenders
pip install -r requirements.txt
python gen_resources.py
if %errorlevel% neq 0 exit /b 1s
......
pylibscrypt
libnacl
requests
base58
aiohttp
jsonschema
pretenders
git+https://github.com/ucoin-io/ucoin-python-api.git
git+https://github.com/Insoleet/quamash.git@sockets_only
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment