updated thingies
This commit is contained in:
parent
b3b1d25bb5
commit
051588fba9
3 changed files with 2 additions and 5 deletions
|
@ -9,5 +9,3 @@ app = Flask(__name__)
|
|||
app.config.from_object('config.Configuration')
|
||||
|
||||
db = SQLAlchemy(app)
|
||||
|
||||
logger = Logger('FoodBot-Web')
|
||||
|
|
|
@ -7,5 +7,5 @@ class Configuration(object):
|
|||
SECRET_KEY = '<change>'
|
||||
SLACK_WEBHOOK = '<add url>'
|
||||
LOGFILE = 'foodbot.log'
|
||||
ZEUS_KEY = '<fill in>'
|
||||
ZEUS_SECRET = '<fill in>'
|
||||
ZEUS_KEY = ''
|
||||
ZEUS_SECRET = ''
|
||||
|
|
|
@ -4,7 +4,6 @@ Flask-Login==0.2.11
|
|||
Flask-SQLAlchemy==2.0
|
||||
Flask-WTF==0.10.3
|
||||
Jinja2==2.7.2
|
||||
Logbook==0.8.1
|
||||
MarkupSafe==0.23
|
||||
SQLAlchemy==0.9.8
|
||||
WTForms==2.0
|
||||
|
|
Loading…
Reference in a new issue