Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

how to install it without pip #59

Closed
downgoon opened this issue Mar 24, 2017 · 1 comment
Closed

how to install it without pip #59

downgoon opened this issue Mar 24, 2017 · 1 comment

Comments

@downgoon
Copy link

downgoon commented Mar 24, 2017

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

@jeffknupp
Copy link
Owner

jeffknupp commented 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 up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants