Skip to content
This repository has been archived by the owner on Nov 15, 2024. It is now read-only.

vgrange/fix_vulnerabilities_signaled_by_github (again) #402

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion ROME_NAF/requirements_rome_naf.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
jsonschema==2.5.1
jupyter==1.0.0
matplotlib==1.5.3
notebook ~> 5.4.1
notebook>=5.7.8
numpy==1.11.3
pandas==0.19.1
python-slugify==1.2.4
Expand Down
7 changes: 1 addition & 6 deletions labonneboite/conf/common/overrides/development.py
Original file line number Diff line number Diff line change
@@ -1,18 +1,13 @@
import flask.logging

DEBUG = True
SERVER_NAME = None

DB_HOST = '127.0.0.1'
DB_PORT = 3307

LOG_FORMAT_USER_ACTIVITY = flask.logging.DEBUG_LOG_FORMAT

PEAM_VERIFY_SSL = False

SENTRY_ENVIRONMENT = "development"


# Isochrone data available to work locally but only for the Metz area
# and only for isochrones.
# Concerning commute time available in office details (in results search page),
Expand All @@ -28,4 +23,4 @@
'car': 'dummy',
'public': 'dummy',
},
}
}
2 changes: 1 addition & 1 deletion labonneboite/web/api/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
from labonneboite.conf import settings
from labonneboite.web.api import util as api_util
from labonneboite.conf.common.settings_common import HEADCOUNT_VALUES
from flask.ext.cors import cross_origin
from flask_cors import cross_origin


apiBlueprint = Blueprint('api', __name__)
Expand Down
2 changes: 1 addition & 1 deletion requirements.in
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Flask<0.13
flask>=1.1.1
Flask-Mandrill
Flask-Script

Expand Down
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ flask-mandrill==0.2
flask-script==2.0.6
flask-testing==0.7.1
flask-wtf==0.14.2
flask==0.12.4
flask==1.1.1
future==0.16.0 # via pyjwkest
geographiclib==1.49 # via geopy
geopy==1.19.0
Expand Down Expand Up @@ -108,7 +108,7 @@ validators==0.11.2
wcwidth==0.1.7 # via prompt-toolkit
webassets==0.12.1 # via flask-assets
webencodings==0.5.1 # via html5lib
werkzeug==0.11.10 # via flask, flask-debugtoolbar
werkzeug==0.15.5 # via flask, flask-debugtoolbar
wrapt==1.10.10 # via astroid
wtforms==2.1
xhtml2pdf==0.2.2