Skip to content
Snippets Groups Projects
Commit ea6116a7 authored by YSelf Tool's avatar YSelf Tool
Browse files

Added requirements.txt for virtualenv

parent e7d51f02
No related branches found
No related tags found
No related merge requests found
......@@ -3,3 +3,4 @@ test.db
*.pyc
*.swp
config.py
venv/
Flask==0.10.1
Flask-Login==0.2.11
Flask-Principal==0.4.0
Flask-Restless==0.17.0
Flask-SQLAlchemy==2.0
Flask-WTF==0.11
Jinja2==2.7.3
passlib==1.6.2
SQLAlchemy==1.0.5
WTForms==2.0.2
......@@ -111,5 +111,5 @@ def on_identity_loaded(sender, identity):
def load_user(user_id):
return db.session.query(User).filter_by(id=user_id).first()
if __name__ == "__main__" and config.DEBUG:
if __name__ == "__main__":
app.run(debug=config.DEBUG)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment