Skip to content

Commit 6391c99

Browse files
authored
Merge pull request #29 from hriks/file
removed unwanted modules
2 parents 50ce362 + e875f63 commit 6391c99

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

app.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
from flask import Flask, render_template, request, redirect, url_for,\
22
session, flash
3-
from flask.ext.sqlalchemy import SQLAlchemy
43
from logging import Formatter, FileHandler
54
from forms import *
65
import logging

requirements.txt

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
11
Fabric==1.8.2
22
Flask==0.10.1
3-
Flask-SQLAlchemy==1.0
43
Flask-WTF==0.9.4
54
Jinja2==2.7.2
65
MarkupSafe==0.18
7-
SQLAlchemy==0.9.3
86
WTForms==1.0.5
97
Werkzeug==0.9.4
108
coverage==3.7.1
@@ -14,5 +12,4 @@ itsdangerous==0.23
1412
paramiko==1.12.2
1513
pycrypto==2.6.1
1614
wsgiref==0.1.2
17-
psycopg2==2.6.2
1815
Flask-Login==0.4.0

0 commit comments

Comments
 (0)