Changeset d4cabcc in OpenWorkouts-current for bin


Ignore:
Timestamp:
Jan 29, 2019, 9:11:03 PM (5 years ago)
Author:
borja <borja@…>
Branches:
current, feature/docs, master
Children:
8fedd17
Parents:
bd8eeb4
Message:

Remove dependency_links from setup.py.

There is no need to keep using this, and starting with pip 19.0 it does not
recognize such option anymore.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • bin/install

    rbd8eeb4 rd4cabcc  
    5858install_openworkouts() {
    5959    . ${env_path}/bin/activate
    60     yes | pip install --upgrade --process-dependency-links -e ${current}[testing]
     60    yes | pip install --upgrade -e ${current}[testing]
    6161    deactivate
    6262}
Note: See TracChangeset for help on using the changeset viewer.