Skip to content

Commit

Permalink
Merge pull request #30 from alphagov/shw-update-utils
Browse files Browse the repository at this point in the history
Revert back to eea/odfpy
  • Loading branch information
samuelhwilliams committed Feb 13, 2018
2 parents a5b8e10 + ab81d8a commit 85d918b
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 7 deletions.
4 changes: 4 additions & 0 deletions app/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,11 @@ def create_app(config_name):

application.register_blueprint(status_blueprint, url_prefix='/suppliers/opportunities')
application.register_blueprint(main_blueprint, url_prefix='/suppliers/opportunities')

# Must be registered last so that any routes declared in the app are registered first (i.e. take precedence over
# the external NotImplemented routes in the dm-utils external blueprint).
application.register_blueprint(external_blueprint)

login_manager.login_message_category = "must_login"
main_blueprint.config = application.config.copy()

Expand Down
2 changes: 1 addition & 1 deletion requirements-app.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ Flask==0.10.1
Flask-Login==0.2.11
Flask-WTF==0.12

git+https://github.com/alphagov/digitalmarketplace-utils.git@31.2.0#egg=digitalmarketplace-utils==31.2.0
git+https://github.com/alphagov/digitalmarketplace-utils.git@33.0.0#egg=digitalmarketplace-utils==33.0.0
git+https://github.com/alphagov/digitalmarketplace-content-loader.git@4.2.0#egg=digitalmarketplace-content-loader==4.2.0
git+https://github.com/alphagov/digitalmarketplace-apiclient.git@13.1.0#egg=digitalmarketplace-apiclient==13.1.0
12 changes: 6 additions & 6 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,17 @@ Flask==0.10.1
Flask-Login==0.2.11
Flask-WTF==0.12

git+https://github.com/alphagov/digitalmarketplace-utils.git@31.2.0#egg=digitalmarketplace-utils==31.2.0
git+https://github.com/alphagov/digitalmarketplace-utils.git@33.0.0#egg=digitalmarketplace-utils==33.0.0
git+https://github.com/alphagov/digitalmarketplace-content-loader.git@4.2.0#egg=digitalmarketplace-content-loader==4.2.0
git+https://github.com/alphagov/digitalmarketplace-apiclient.git@13.1.0#egg=digitalmarketplace-apiclient==13.1.0

## The following requirements were added by pip freeze:
asn1crypto==0.23.0
asn1crypto==0.24.0
backoff==1.0.7
boto3==1.4.4
botocore==1.5.95
certifi==2017.11.5
cffi==1.11.2
certifi==2018.1.18
cffi==1.11.4
chardet==3.0.4
contextlib2==0.4.0
cryptography==1.9
Expand All @@ -36,7 +36,7 @@ Markdown==2.6.7
MarkupSafe==1.0
monotonic==0.3
notifications-python-client==4.1.0
odfpy==1.3.3
odfpy==1.3.6
pycparser==2.18
PyJWT==1.5.3
python-dateutil==2.6.1
Expand All @@ -48,6 +48,6 @@ s3transfer==0.1.12
six==1.9.0
unicodecsv==0.14.1
urllib3==1.22
Werkzeug==0.12.2
Werkzeug==0.14.1
workdays==1.4
WTForms==2.1

0 comments on commit 85d918b

Please sign in to comment.