[GH-ISSUE #59] how to install it without pip #39

Closed
opened 2026-02-26 01:32:58 +03:00 by kerem · 1 comment
Owner

Originally created by @downgoon on GitHub (Mar 24, 2017).
Original GitHub issue: https://github.com/jeffknupp/sandman2/issues/59

how to install it on hosts where the flying dependency https://pypi.python.org/simple/Flask-HTTPAuth/ ( when executing python setup.py install ) can't be accessed due to network administration ?

thanks

Originally created by @downgoon on GitHub (Mar 24, 2017). Original GitHub issue: https://github.com/jeffknupp/sandman2/issues/59 how to install it on hosts where the flying dependency ``https://pypi.python.org/simple/Flask-HTTPAuth/`` ( when executing ``python setup.py install`` ) can't be accessed due to network administration ? thanks
kerem closed this issue 2026-02-26 01:32:58 +03:00
Author
Owner

@jeffknupp commented on GitHub (Mar 24, 2017):

Simply remove the Flask-HTTPAuth line in setup.py:

install_requires=[
        'Flask>=0.10.1',
        'Flask-SQLAlchemy>=1.0',
        'SQLAlchemy==1.1.0b3',
        'pytest-flask>=0.4.0',
        'Flask-Admin>=1.0.9',
        'Flask-HTTPAuth>=3.1.2',
        ],
<!-- gh-comment-id:289148140 --> @jeffknupp commented on GitHub (Mar 24, 2017): Simply remove the `Flask-HTTPAuth` line in `setup.py`: ``` install_requires=[ 'Flask>=0.10.1', 'Flask-SQLAlchemy>=1.0', 'SQLAlchemy==1.1.0b3', 'pytest-flask>=0.4.0', 'Flask-Admin>=1.0.9', 'Flask-HTTPAuth>=3.1.2', ], ```
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/sandman2-jeffknupp#39
No description provided.