Changeset d4cabcc in OpenWorkouts-current for setup.py


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
  • setup.py

    rbd8eeb4 rd4cabcc  
    2121    'waitress',
    2222    'repoze.folder',
    23     'repoze.catalog==0.8.4',
     23    'repoze.catalog @ git+https://github.com/WuShell/repoze.catalog.git@0.8.4'
     24    '#egg=repoze.catalog-0.8.4',
    2425    'bcrypt',
    2526    'FormEncode',
     
    3940    'pytest-xdist',
    4041    'pytest-codestyle',
    41 ]
    42 
    43 dependency_links = [
    44     'git+https://github.com/WuShell/repoze.catalog.git@0.8.4'
    45     '#egg=repoze.catalog-0.8.4'
    4642]
    4743
     
    6460    include_package_data=True,
    6561    zip_safe=False,
    66     dependency_links=dependency_links,
    6762    extras_require={
    6863        'testing': tests_require,
Note: See TracChangeset for help on using the changeset viewer.